Uses of Class
org.antlr.analysis.NFA
Packages that use NFA
-
Uses of NFA in org.antlr.analysis
Fields in org.antlr.analysis declared as NFAModifier and TypeFieldDescriptionDFA.nfa
Which NFA are we converting (well, which piece of the NFA)?NFAState.nfa
Which NFA are we in?Constructors in org.antlr.analysis with parameters of type NFA -
Uses of NFA in org.antlr.grammar.v3
Fields in org.antlr.grammar.v3 declared as NFAModifier and TypeFieldDescriptionprotected NFA
TreeToNFAConverter.nfa
Which NFA object are we filling in?Constructors in org.antlr.grammar.v3 with parameters of type NFAModifierConstructorDescriptionTreeToNFAConverter
(TreeNodeStream input, Grammar g, NFA nfa, NFAFactory factory) -
Uses of NFA in org.antlr.tool
Fields in org.antlr.tool declared as NFAModifier and TypeFieldDescriptionGrammar.nfa
The NFA that represents the grammar with edges labelled with tokens or epsilon.(package private) NFA
NFAFactory.nfa
This factory is attached to a specifc NFA that it is building.Constructors in org.antlr.tool with parameters of type NFA