Uses of Package
org.antlr.analysis

Packages that use org.antlr.analysis
  • Class
    Description
    Collection of information about what is wrong with a decision as discovered while building the DFA predictor.
    A DFA (converted from a grammar's NFA).
    A DFA state represents a set of possible NFA configurations.
    A state machine transition label.
    An LL(1) lookahead set; contains a set of token types and a "hasEOF" condition when the set contains EOF.
    An NFA (collection of NFAStates) constructed from a grammar.
    An NFA state, predicted alt, and syntactic/semantic context.
    A tree node for tracking the call chains for NFAs that invoke other NFAs.
    A state within an NFA.
    Code that embodies the NFA conversion to DFA.
    A binary tree structure used to record the semantic context in which an NFA configuration is valid.
     
     
    A generic state machine state.
    A generic transition between any two state machine states.
  • Class
    Description
    A DFA (converted from a grammar's NFA).
    A DFA state represents a set of possible NFA configurations.
    A generic transition between any two state machine states.
  • Class
    Description
    A DFA (converted from a grammar's NFA).
    An NFA (collection of NFAStates) constructed from a grammar.
    A state within an NFA.
    A Cluster object points to the left/right (start and end) states of a state machine.
  • Class
    Description
    Collection of information about what is wrong with a decision as discovered while building the DFA predictor.
    A DFA (converted from a grammar's NFA).
    A DFA state represents a set of possible NFA configurations.
    A state machine transition label.
    Created by IntelliJ IDEA.
    An LL(1) lookahead set; contains a set of token types and a "hasEOF" condition when the set contains EOF.
    An NFA (collection of NFAStates) constructed from a grammar.
    A state within an NFA.
    A binary tree structure used to record the semantic context in which an NFA configuration is valid.
    A generic state machine state.
    A Cluster object points to the left/right (start and end) states of a state machine.
    A generic transition between any two state machine states.