接口的使用
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中的类 修饰符和类型 类 说明 classActionAnalysisWe need to set Rule.referencedPredefinedRuleAttributes before code generation.classActionTranslatorclassANTLRLexerclassANTLRv3Lexer -
org.antlr.gunit中TokenSource的使用
实现TokenSource的org.antlr.gunit中的类 修饰符和类型 类 说明 classgUnitLexer -
org.antlr.gunit.swingui.parsers中TokenSource的使用
实现TokenSource的org.antlr.gunit.swingui.parsers中的类 修饰符和类型 类 说明 classANTLRv3LexerclassStGUnitLexer -
org.antlr.runtime中TokenSource的使用
实现TokenSource的org.antlr.runtime中的类 修饰符和类型 类 说明 classLexerA lexer is recognizer that draws input symbols from a character stream.声明为TokenSource的org.antlr.runtime中的字段 修饰符和类型 字段 说明 protected TokenSourceBufferedTokenStream. tokenSourceprotected TokenSourceLegacyCommonTokenStream. tokenSourceprotected TokenSourceUnbufferedTokenStream. tokenSource返回TokenSource的org.antlr.runtime中的方法 修饰符和类型 方法 说明 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()参数类型为TokenSource的org.antlr.runtime中的方法 修饰符和类型 方法 说明 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.参数类型为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中的方法 修饰符和类型 方法 说明 TokenSourceDebugTokenStream. getTokenSource() -
org.antlr.tool中TokenSource的使用
实现TokenSource的org.antlr.tool中的类 修饰符和类型 类 说明 classInterpreterThe recognition interpreter/engine for grammars.参数类型为TokenSource的org.antlr.tool中的构造器 构造器 说明 FilteringTokenStream(TokenSource src)
-