类的使用
org.antlr.tool.CompositeGrammar
-
使用CompositeGrammar的程序包 程序包 说明 org.antlr.tool -
-
org.antlr.tool中CompositeGrammar的使用
声明为CompositeGrammar的org.antlr.tool中的字段 修饰符和类型 字段 说明 CompositeGrammar
Grammar. composite
If this grammar is part of a larger composite grammar via delegate statement, then this points at the composite.参数类型为CompositeGrammar的org.antlr.tool中的构造器 构造器 说明 Grammar(Tool tool, java.lang.String fileName, CompositeGrammar composite)
Create a grammar from file name.
-