Uses of Class
org.antlr.tool.CompositeGrammar
-
Packages that use CompositeGrammar Package Description org.antlr.tool -
-
Uses of CompositeGrammar in org.antlr.tool
Fields in org.antlr.tool declared as CompositeGrammar Modifier and Type Field Description CompositeGrammarGrammar. compositeIf this grammar is part of a larger composite grammar via delegate statement, then this points at the composite.Constructors in org.antlr.tool with parameters of type CompositeGrammar Constructor Description Grammar(Tool tool, java.lang.String fileName, CompositeGrammar composite)Create a grammar from file name.
-