public static class Interp.FilteringTokenStream extends CommonTokenStream
channel
lastMarker, p, range, tokens, tokenSource
Constructor and Description |
---|
FilteringTokenStream(TokenSource src) |
Modifier and Type | Method and Description |
---|---|
void |
setTokenTypeChannel(int ttype,
int channel) |
protected void |
sync(int i)
Make sure index i in tokens has a token.
|
consume, getNumberOfOnChannelTokens, LB, LT, reset, setTokenSource, setup, skipOffTokenChannels, skipOffTokenChannelsReverse
public FilteringTokenStream(TokenSource src)
protected void sync(int i)
BufferedTokenStream
sync
in class BufferedTokenStream
public void setTokenTypeChannel(int ttype, int channel)
Copyright © 1992–2015 ANTLR. All rights reserved.