类的使用
org.antlr.runtime.tree.TreeParser
-
使用TreeParser的程序包 程序包 说明 org.antlr.grammar.v3 org.antlr.runtime.debug org.antlr.runtime.tree org.antlr.tool -
-
org.antlr.grammar.v3中TreeParser的使用
org.antlr.grammar.v3中TreeParser的子类 修饰符和类型 类 说明 classANTLRTreePrinterPrint out a grammar (no pretty printing).classANTLRv3TreeANTLR v3 tree grammar to walk trees created by ANTLRv3.gclassAssignTokenTypesWalker[Warning: TJP says that this is probably out of date as of 11/19/2005, but since it's probably still useful, I'll leave in.classCodeGenTreeWalkerWalk a grammar and generate code by gradually building up a bigger and bigger ST.classDefineGrammarItemsWalkerclassLeftRecursiveRuleWalkerFind left-recursive rulesclassTreeToNFAConverterBuild an NFA from a tree representing an ANTLR grammar.返回TreeParser的org.antlr.grammar.v3中的方法 修饰符和类型 方法 说明 TreeParser[]ANTLRTreePrinter. getDelegates()TreeParser[]ANTLRv3Tree. getDelegates()TreeParser[]AssignTokenTypesWalker. getDelegates()TreeParser[]CodeGenTreeWalker. getDelegates()TreeParser[]DefineGrammarItemsWalker. getDelegates()TreeParser[]LeftRecursiveRuleWalker. getDelegates()TreeParser[]TreeToNFAConverter. getDelegates() -
org.antlr.runtime.debug中TreeParser的使用
org.antlr.runtime.debug中TreeParser的子类 修饰符和类型 类 说明 classDebugTreeParser -
org.antlr.runtime.tree中TreeParser的使用
org.antlr.runtime.tree中TreeParser的子类 修饰符和类型 类 说明 classTreeFilterCut-n-paste from material I'm not using in the book anymore (edit later to make sense): Now, how are we going to test these tree patterns against every subtree in our original tree? In what order should we visit nodes? For this application, it turns out we need a simple ``apply once'' rule application strategy and a ``down then up'' tree traversal strategy.classTreeRewriter -
org.antlr.tool中TreeParser的使用
org.antlr.tool中TreeParser的子类 修饰符和类型 类 说明 classAssignTokenTypesBehaviorMove all of the functionality from assign.types.g grammar file.classLeftRecursiveRuleAnalyzer
-