类 ACyclicDFACodeGenerator
- java.lang.Object
-
- org.antlr.codegen.ACyclicDFACodeGenerator
-
public class ACyclicDFACodeGenerator extends java.lang.Object
-
-
字段概要
字段 修饰符和类型 字段 说明 protected CodeGenerator
parentGenerator
-
构造器概要
构造器 构造器 说明 ACyclicDFACodeGenerator(CodeGenerator parent)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.stringtemplate.v4.ST
genFixedLookaheadDecision(org.stringtemplate.v4.STGroup templates, DFA dfa)
protected org.stringtemplate.v4.ST
walkFixedDFAGeneratingStateMachine(org.stringtemplate.v4.STGroup templates, DFA dfa, DFAState s, int k)
-
-
-
字段详细资料
-
parentGenerator
protected CodeGenerator parentGenerator
-
-
构造器详细资料
-
ACyclicDFACodeGenerator
public ACyclicDFACodeGenerator(CodeGenerator parent)
-
-
方法详细资料
-
genFixedLookaheadDecision
public org.stringtemplate.v4.ST genFixedLookaheadDecision(org.stringtemplate.v4.STGroup templates, DFA dfa)
-
-