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.nfaWhich NFA are we converting (well, which piece of the NFA)?NFAState.nfaWhich 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 NFATreeToNFAConverter.nfaWhich NFA object are we filling in?Constructors in org.antlr.grammar.v3 with parameters of type NFAModifierConstructorDescriptionTreeToNFAConverter(org.antlr.runtime.tree.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.nfaThe NFA that represents the grammar with edges labelled with tokens or epsilon.(package private) NFANFAFactory.nfaThis factory is attached to a specifc NFA that it is building.Constructors in org.antlr.tool with parameters of type NFA