|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--antlr.TokenStreamBasicFilter
Untamed: This object is a TokenStream that passes through all tokens except for those that you tell it to discard. There is no buffering of the tokens.
| Field Summary | |
protected BitSet |
discardMask
The set of token types to discard |
protected TokenStream |
input
The input stream |
| Constructor Summary | |
TokenStreamBasicFilter(TokenStream input)
Enabled: |
|
| Method Summary | |
void |
discard(BitSet mask)
Enabled: |
void |
discard(int ttype)
Enabled: |
Token |
nextToken()
Enabled: |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected BitSet discardMask
protected TokenStream input
| Constructor Detail |
public TokenStreamBasicFilter(TokenStream input)
| Method Detail |
public void discard(int ttype)
public void discard(BitSet mask)
public Token nextToken()
throws TokenStreamException
nextToken in interface TokenStreamTokenStreamException
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||