Uses of Interface
org.antlr.runtime.TokenSource
Packages that use TokenSource
-
Uses of TokenSource in org.antlr.grammar.v3
Classes in org.antlr.grammar.v3 that implement TokenSourceModifier and TypeClassDescriptionclassWe need to set Rule.referencedPredefinedRuleAttributes before code generation.classclassclass -
Uses of TokenSource in org.antlr.runtime
Classes in org.antlr.runtime that implement TokenSourceModifier and TypeClassDescriptionclassA lexer is recognizer that draws input symbols from a character stream.Fields in org.antlr.runtime declared as TokenSourceModifier and TypeFieldDescriptionprotected TokenSourceBufferedTokenStream.tokenSourceprotected TokenSourceLegacyCommonTokenStream.tokenSourceprotected TokenSourceUnbufferedTokenStream.tokenSourceMethods in org.antlr.runtime that return TokenSourceModifier and TypeMethodDescriptionBufferedTokenStream.getTokenSource()LegacyCommonTokenStream.getTokenSource()TokenStream.getTokenSource()Where is this stream pulling tokens from? This is not the name, but the object that provides Token objects.UnbufferedTokenStream.getTokenSource()Methods in org.antlr.runtime with parameters of type TokenSourceModifier and TypeMethodDescriptionvoidBufferedTokenStream.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 TokenSourceModifierConstructorDescriptionBufferedTokenStream(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 -
Uses of TokenSource in org.antlr.tool
Classes in org.antlr.tool that implement TokenSourceModifier and TypeClassDescriptionclassThe recognition interpreter/engine for grammars.Constructors in org.antlr.tool with parameters of type TokenSource