程序包的使用
org.antlr.analysis
-
使用org.antlr.analysis的程序包 程序包 说明 org.antlr.analysis org.antlr.codegen org.antlr.grammar.v3 org.antlr.tool -
org.antlr.analysis使用的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.CommutativePredicate SemanticContext.Predicate State A generic state machine state.Transition A generic transition between any two state machine states. -
org.antlr.codegen使用的org.antlr.analysis中的类 类 说明 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. -
org.antlr.grammar.v3使用的org.antlr.analysis中的类 类 说明 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. -
org.antlr.tool使用的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.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.