Uses of Class
org.antlr.tool.NFAFactory
-
Packages that use NFAFactory Package Description org.antlr.analysis org.antlr.grammar.v3 org.antlr.tool -
-
Uses of NFAFactory in org.antlr.analysis
Fields in org.antlr.analysis declared as NFAFactory Modifier and Type Field Description protected NFAFactoryNFA. factoryWhich factory created this NFA?Methods in org.antlr.analysis that return NFAFactory Modifier and Type Method Description NFAFactoryNFA. getFactory()Methods in org.antlr.analysis with parameters of type NFAFactory Modifier and Type Method Description voidNFA. setFactory(NFAFactory factory) -
Uses of NFAFactory in org.antlr.grammar.v3
Fields in org.antlr.grammar.v3 declared as NFAFactory Modifier and Type Field Description protected NFAFactoryTreeToNFAConverter. factoryFactory used to create nodes and submachinesConstructors in org.antlr.grammar.v3 with parameters of type NFAFactory Constructor Description TreeToNFAConverter(org.antlr.runtime.tree.TreeNodeStream input, Grammar g, NFA nfa, NFAFactory factory) -
Uses of NFAFactory in org.antlr.tool
Fields in org.antlr.tool declared as NFAFactory Modifier and Type Field Description protected NFAFactoryGrammar. factory
-