类的使用
org.antlr.runtime.tree.BaseTree
-
使用BaseTree的程序包 程序包 说明 org.antlr.runtime.debug org.antlr.runtime.tree org.antlr.tool -
-
org.antlr.runtime.debug中BaseTree的使用
org.antlr.runtime.debug中BaseTree的子类 修饰符和类型 类 说明 static class
RemoteDebugEventSocketListener.ProxyTree
-
org.antlr.runtime.tree中BaseTree的使用
org.antlr.runtime.tree中BaseTree的子类 修饰符和类型 类 说明 class
CommonErrorNode
A node representing erroneous token range in token streamclass
CommonTree
A tree node that is wrapper for a Token object.class
ParseTree
A record of the rules used to match a token sequence.static class
TreeWizard.TreePattern
When using %label:TOKENNAME in a tree for parse(), we must track the label.static class
TreeWizard.WildcardTreePattern
-
org.antlr.tool中BaseTree的使用
org.antlr.tool中BaseTree的子类 修饰符和类型 类 说明 class
GrammarAST
Grammars are first converted to ASTs using this class and then are converted to NFAs via a tree walker.
-