Uses of Class
org.antlr.tool.CompositeGrammar
Packages that use CompositeGrammar
-
Uses of CompositeGrammar in org.antlr.tool
Fields in org.antlr.tool declared as CompositeGrammarModifier and TypeFieldDescriptionGrammar.composite
If 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 CompositeGrammarModifierConstructorDescriptionGrammar
(Tool tool, String fileName, CompositeGrammar composite) Create a grammar from file name.