Uses of Interface
org.antlr.runtime.TokenSource
-
Packages that use TokenSource Package Description org.antlr.runtime org.antlr.runtime.debug -
-
Uses of TokenSource in org.antlr.runtime
Classes in org.antlr.runtime that implement TokenSource Modifier and Type Class Description classLexerA lexer is recognizer that draws input symbols from a character stream.Fields in org.antlr.runtime declared as TokenSource Modifier and Type Field Description protected TokenSourceBufferedTokenStream. tokenSourceprotected TokenSourceLegacyCommonTokenStream. tokenSourceprotected TokenSourceUnbufferedTokenStream. tokenSourceMethods in org.antlr.runtime that return TokenSource Modifier and Type Method Description TokenSourceBufferedTokenStream. getTokenSource()TokenSourceLegacyCommonTokenStream. getTokenSource()TokenSourceTokenStream. getTokenSource()Where is this stream pulling tokens from? This is not the name, but the object that provides Token objects.TokenSourceUnbufferedTokenStream. getTokenSource()Methods in org.antlr.runtime with parameters of type TokenSource Modifier and Type Method Description voidBufferedTokenStream. setTokenSource(TokenSource tokenSource)Reset this token stream by setting its token source.voidCommonTokenStream. setTokenSource(TokenSource tokenSource)Reset this token stream by setting its token source.voidLegacyCommonTokenStream. setTokenSource(TokenSource tokenSource)Reset this token stream by setting its token source.Constructors in org.antlr.runtime with parameters of type TokenSource Constructor Description BufferedTokenStream(TokenSource tokenSource)CommonTokenStream(TokenSource tokenSource)CommonTokenStream(TokenSource tokenSource, int channel)LegacyCommonTokenStream(TokenSource tokenSource)LegacyCommonTokenStream(TokenSource tokenSource, int channel)TokenRewriteStream(TokenSource tokenSource)TokenRewriteStream(TokenSource tokenSource, int channel)UnbufferedTokenStream(TokenSource tokenSource) -
Uses of TokenSource in org.antlr.runtime.debug
Methods in org.antlr.runtime.debug that return TokenSource Modifier and Type Method Description TokenSourceDebugTokenStream. getTokenSource()
-