接口的使用
org.antlr.runtime.TokenSource
-
使用TokenSource的程序包 程序包 说明 org.antlr.grammar.v3 org.antlr.gunit org.antlr.gunit.swingui.parsers org.antlr.runtime org.antlr.runtime.debug org.antlr.tool -
-
org.antlr.grammar.v3中TokenSource的使用
实现TokenSource的org.antlr.grammar.v3中的类 修饰符和类型 类 说明 class
ActionAnalysis
We need to set Rule.referencedPredefinedRuleAttributes before code generation.class
ActionTranslator
class
ANTLRLexer
class
ANTLRv3Lexer
-
org.antlr.gunit中TokenSource的使用
实现TokenSource的org.antlr.gunit中的类 修饰符和类型 类 说明 class
gUnitLexer
-
org.antlr.gunit.swingui.parsers中TokenSource的使用
实现TokenSource的org.antlr.gunit.swingui.parsers中的类 修饰符和类型 类 说明 class
ANTLRv3Lexer
class
StGUnitLexer
-
org.antlr.runtime中TokenSource的使用
实现TokenSource的org.antlr.runtime中的类 修饰符和类型 类 说明 class
Lexer
A lexer is recognizer that draws input symbols from a character stream.声明为TokenSource的org.antlr.runtime中的字段 修饰符和类型 字段 说明 protected TokenSource
BufferedTokenStream. tokenSource
protected TokenSource
LegacyCommonTokenStream. tokenSource
protected TokenSource
UnbufferedTokenStream. tokenSource
返回TokenSource的org.antlr.runtime中的方法 修饰符和类型 方法 说明 TokenSource
BufferedTokenStream. getTokenSource()
TokenSource
LegacyCommonTokenStream. getTokenSource()
TokenSource
TokenStream. getTokenSource()
Where is this stream pulling tokens from? This is not the name, but the object that provides Token objects.TokenSource
UnbufferedTokenStream. getTokenSource()
参数类型为TokenSource的org.antlr.runtime中的方法 修饰符和类型 方法 说明 void
BufferedTokenStream. setTokenSource(TokenSource tokenSource)
Reset this token stream by setting its token source.void
CommonTokenStream. setTokenSource(TokenSource tokenSource)
Reset this token stream by setting its token source.void
LegacyCommonTokenStream. setTokenSource(TokenSource tokenSource)
Reset this token stream by setting its token source.参数类型为TokenSource的org.antlr.runtime中的构造器 构造器 说明 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)
-
org.antlr.runtime.debug中TokenSource的使用
返回TokenSource的org.antlr.runtime.debug中的方法 修饰符和类型 方法 说明 TokenSource
DebugTokenStream. getTokenSource()
-
org.antlr.tool中TokenSource的使用
实现TokenSource的org.antlr.tool中的类 修饰符和类型 类 说明 class
Interpreter
The recognition interpreter/engine for grammars.参数类型为TokenSource的org.antlr.tool中的构造器 构造器 说明 FilteringTokenStream(TokenSource src)
-