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.antlr.stringtemplate.StringTemplate |
genFixedLookaheadDecision(org.antlr.stringtemplate.StringTemplateGroup templates,
DFA dfa) |
protected org.antlr.stringtemplate.StringTemplate |
walkFixedDFAGeneratingStateMachine(org.antlr.stringtemplate.StringTemplateGroup templates,
DFA dfa,
DFAState s,
int k) |
protected CodeGenerator parentGenerator
public ACyclicDFACodeGenerator(CodeGenerator parent)
public org.antlr.stringtemplate.StringTemplate genFixedLookaheadDecision(org.antlr.stringtemplate.StringTemplateGroup templates, DFA dfa)
Copyright © 2020. All rights reserved.