Uses of Package
org.antlr.analysis

Packages that use org.antlr.analysis
org.antlr.analysis   
org.antlr.codegen   
org.antlr.grammar.v2   
org.antlr.tool   
 

Classes in org.antlr.analysis used by org.antlr.analysis
DecisionProbe
          Collection of information about what is wrong with a decision as discovered while building the DFA predictor.
DFA
          A DFA (converted from a grammar's NFA).
DFAState
          A DFA state represents a set of possible NFA configurations.
Label
          A state machine transition label.
LookaheadSet
          An LL(1) lookahead set; contains a set of token types and a "hasEOF" condition when the set contains EOF.
NFA
          An NFA (collection of NFAStates) constructed from a grammar.
NFAConfiguration
          An NFA state, predicted alt, and syntactic/semantic context.
NFAContext
          A tree node for tracking the call chains for NFAs that invoke other NFAs.
NFAState
          A state within an NFA.
NFAToDFAConverter
          Code that embodies the NFA conversion to DFA.
SemanticContext
          A binary tree structure used to record the semantic context in which an NFA configuration is valid.
SemanticContext.Predicate
           
State
          A generic state machine state.
Transition
          A generic transition between any two state machine states.
 

Classes in org.antlr.analysis used by org.antlr.codegen
DFA
          A DFA (converted from a grammar's NFA).
DFAState
          A DFA state represents a set of possible NFA configurations.
Transition
          A generic transition between any two state machine states.
 

Classes in org.antlr.analysis used by org.antlr.grammar.v2
DFA
          A DFA (converted from a grammar's NFA).
NFA
          An NFA (collection of NFAStates) constructed from a grammar.
NFAState
          A state within an NFA.
StateCluster
          A Cluster object points to the left/right (start and end) states of a state machine.
 

Classes in org.antlr.analysis used by org.antlr.tool
DecisionProbe
          Collection of information about what is wrong with a decision as discovered while building the DFA predictor.
DFA
          A DFA (converted from a grammar's NFA).
DFAState
          A DFA state represents a set of possible NFA configurations.
Label
          A state machine transition label.
LL1Analyzer
          Created by IntelliJ IDEA.
LookaheadSet
          An LL(1) lookahead set; contains a set of token types and a "hasEOF" condition when the set contains EOF.
NFA
          An NFA (collection of NFAStates) constructed from a grammar.
NFAState
          A state within an NFA.
SemanticContext
          A binary tree structure used to record the semantic context in which an NFA configuration is valid.
State
          A generic state machine state.
StateCluster
          A Cluster object points to the left/right (start and end) states of a state machine.
Transition
          A generic transition between any two state machine states.
 



Copyright © 2011. All Rights Reserved.