Uses of Package
org.antlr.tool

Packages that use org.antlr.tool
  • Classes in org.antlr.tool used by org.antlr
    Class
    Description
    Represents a grammar in memory.
    Combine the info associated with a rule.
  • Class
    Description
    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.
  • Class
    Description
    Represents 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.
  • Class
    Description
    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.
  • Class
    Description
    Track 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.
    Combine the info associated with a rule.
  • Classes in org.antlr.tool used by org.antlr.misc
    Class
    Description
    Represents a grammar in memory.
  • Class
    Description
    Defines 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.tool
    Class
    Description
    Defines 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 grammars
     
    Represents 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.