类的使用
org.antlr.tool.NFAFactory
-
使用NFAFactory的程序包 程序包 说明 org.antlr.analysis org.antlr.grammar.v3 org.antlr.tool -
-
org.antlr.analysis中NFAFactory的使用
声明为NFAFactory的org.antlr.analysis中的字段 修饰符和类型 字段 说明 protected NFAFactory
NFA. factory
Which factory created this NFA?返回NFAFactory的org.antlr.analysis中的方法 修饰符和类型 方法 说明 NFAFactory
NFA. getFactory()
参数类型为NFAFactory的org.antlr.analysis中的方法 修饰符和类型 方法 说明 void
NFA. setFactory(NFAFactory factory)
-
org.antlr.grammar.v3中NFAFactory的使用
声明为NFAFactory的org.antlr.grammar.v3中的字段 修饰符和类型 字段 说明 protected NFAFactory
TreeToNFAConverter. factory
Factory used to create nodes and submachines参数类型为NFAFactory的org.antlr.grammar.v3中的构造器 构造器 说明 TreeToNFAConverter(TreeNodeStream input, Grammar g, NFA nfa, NFAFactory factory)
-
org.antlr.tool中NFAFactory的使用
声明为NFAFactory的org.antlr.tool中的字段 修饰符和类型 字段 说明 protected NFAFactory
Grammar. factory
-