public class ACyclicDFACodeGenerator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CodeGenerator |
parentGenerator |
| Constructor and Description |
|---|
ACyclicDFACodeGenerator(CodeGenerator parent) |
| Modifier and Type | Method and 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) |
protected CodeGenerator parentGenerator
public ACyclicDFACodeGenerator(CodeGenerator parent)
public org.stringtemplate.v4.ST genFixedLookaheadDecision(org.stringtemplate.v4.STGroup templates,
DFA dfa)
Copyright © 1992–2014 ANTLR. All rights reserved.