Uses of Package
org.antlr.tool
Packages that use org.antlr.tool
Package
Description
-
Classes in org.antlr.tool used by org.antlr
-
Classes in org.antlr.tool used by org.antlr.analysisClassDescriptionRepresents a grammar in memory.Grammars are first converted to ASTs using this class and then are converted to NFAs via a tree walker.Routines to construct StateClusters from EBNF grammar constructs.Combine the info associated with a rule.
-
Classes in org.antlr.tool used by org.antlr.codegenClassDescriptionRepresents a grammar in memory.Grammars are first converted to ASTs using this class and then are converted to NFAs via a tree walker.Combine the info associated with a rule.
-
Classes in org.antlr.tool used by org.antlr.grammar.v3ClassDescriptionTrack the names of attributes define in arg lists, return values, scope blocks etc...Track the attributes within a scope.Represents a grammar in memory.Grammars are first converted to ASTs using this class and then are converted to NFAs via a tree walker.Routines to construct StateClusters from EBNF grammar constructs.Combine the info associated with a rule.
-
Classes in org.antlr.tool used by org.antlr.misc
-
Classes in org.antlr.tool used by org.antlr.mojo.antlr3ClassDescriptionDefines behavior of object able to handle error messages from ANTLR including both tool errors like "can't write file" and grammar ambiguity warnings.The ANTLR code calls methods on ErrorManager to report errors etc...A generic message from the tool such as "file not found" type errors; there is no reason to create a special object for each error unlike the grammar errors, which may be rather complex.
-
Classes in org.antlr.tool used by org.antlr.toolClassDescriptionDefines behavior of object able to handle error messages from ANTLR including both tool errors like "can't write file" and grammar ambiguity warnings.Track the names of attributes define in arg lists, return values, scope blocks etc...Track the attributes within a scope.A tree of component (delegate) grammars.A tree of grammarsRepresents a grammar in memory.Grammars are first converted to ASTs using this class and then are converted to NFAs via a tree walker.Factor out routines that check sanity of rules, alts, grammars, etc..Strip comments and then return stream of words and tokens {';', ':', '{', '}'}The ANTLR code calls methods on ErrorManager to report errors etc...Routines to construct StateClusters from EBNF grammar constructs.Combine the info associated with a rule.A generic message from the tool such as "file not found" type errors; there is no reason to create a special object for each error unlike the grammar errors, which may be rather complex.