Package | Description |
---|---|
org.antlr.analysis | |
org.antlr.codegen | |
org.antlr.grammar.v3 | |
org.antlr.tool |
Class and Description |
---|
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.CommutativePredicate |
SemanticContext.Predicate |
State
A generic state machine state.
|
Transition
A generic transition between any two state machine states.
|
Class and Description |
---|
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.
|
Class and Description |
---|
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.
|
Class and Description |
---|
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 © 1992–2015 ANTLR. All rights reserved.