Uses of Class
org.antlr.tool.NFAFactory

Packages that use NFAFactory
org.antlr.analysis   
org.antlr.grammar.v2   
org.antlr.tool   
 

Uses of NFAFactory in org.antlr.analysis
 

Fields in org.antlr.analysis declared as NFAFactory
protected  NFAFactory NFA.factory
          Which factory created this NFA?
 

Methods in org.antlr.analysis that return NFAFactory
 NFAFactory NFA.getFactory()
           
 

Methods in org.antlr.analysis with parameters of type NFAFactory
 void NFA.setFactory(NFAFactory factory)
           
 

Uses of NFAFactory in org.antlr.grammar.v2
 

Fields in org.antlr.grammar.v2 declared as NFAFactory
protected  NFAFactory TreeToNFAConverter.factory
          Factory used to create nodes and submachines
 

Constructors in org.antlr.grammar.v2 with parameters of type NFAFactory
TreeToNFAConverter(Grammar g, NFA nfa, NFAFactory factory)
           
 

Uses of NFAFactory in org.antlr.tool
 

Fields in org.antlr.tool declared as NFAFactory
protected  NFAFactory Grammar.factory
           
 



Copyright © 2013. All Rights Reserved.