Uses of Class
org.antlr.analysis.NFA
-
Packages that use NFA Package Description org.antlr.analysis org.antlr.grammar.v3 org.antlr.tool -
-
Uses of NFA in org.antlr.analysis
Fields in org.antlr.analysis declared as NFA Modifier and Type Field Description NFADFA. nfaWhich NFA are we converting (well, which piece of the NFA)?NFANFAState. nfaWhich NFA are we in?Constructors in org.antlr.analysis with parameters of type NFA Constructor Description NFAState(NFA nfa) -
Uses of NFA in org.antlr.grammar.v3
Fields in org.antlr.grammar.v3 declared as NFA Modifier and Type Field Description protected NFATreeToNFAConverter. nfaWhich NFA object are we filling in?Constructors in org.antlr.grammar.v3 with parameters of type NFA Constructor Description TreeToNFAConverter(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 NFA Modifier and Type Field Description NFAGrammar. 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 Constructor Description NFAFactory(NFA nfa)
-