Uses of Class
org.antlr.tool.NFAFactory
Packages that use NFAFactory
-
Uses of NFAFactory in org.antlr.analysis
Fields in org.antlr.analysis declared as NFAFactoryModifier and TypeFieldDescriptionprotected NFAFactoryNFA.factoryWhich factory created this NFA?Methods in org.antlr.analysis that return NFAFactoryMethods in org.antlr.analysis with parameters of type NFAFactory -
Uses of NFAFactory in org.antlr.grammar.v3
Fields in org.antlr.grammar.v3 declared as NFAFactoryModifier and TypeFieldDescriptionprotected NFAFactoryTreeToNFAConverter.factoryFactory used to create nodes and submachinesConstructors in org.antlr.grammar.v3 with parameters of type NFAFactoryModifierConstructorDescriptionTreeToNFAConverter(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