Package org.antlr.codegen
Class ACyclicDFACodeGenerator
- java.lang.Object
-
- org.antlr.codegen.ACyclicDFACodeGenerator
-
public class ACyclicDFACodeGenerator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected CodeGenerator
parentGenerator
-
Constructor Summary
Constructors Constructor Description ACyclicDFACodeGenerator(CodeGenerator parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Field Detail
-
parentGenerator
protected CodeGenerator parentGenerator
-
-
Constructor Detail
-
ACyclicDFACodeGenerator
public ACyclicDFACodeGenerator(CodeGenerator parent)
-
-
Method Detail
-
genFixedLookaheadDecision
public org.stringtemplate.v4.ST genFixedLookaheadDecision(org.stringtemplate.v4.STGroup templates, DFA dfa)
-
-