org.antlr.codegen
Class ACyclicDFACodeGenerator

java.lang.Object
  extended by org.antlr.codegen.ACyclicDFACodeGenerator

public class ACyclicDFACodeGenerator
extends Object


Field Summary
protected  CodeGenerator parentGenerator
           
 
Constructor Summary
ACyclicDFACodeGenerator(CodeGenerator parent)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)

walkFixedDFAGeneratingStateMachine

protected org.stringtemplate.v4.ST walkFixedDFAGeneratingStateMachine(org.stringtemplate.v4.STGroup templates,
                                                                      DFA dfa,
                                                                      DFAState s,
                                                                      int k)


Copyright © 2011. All Rights Reserved.