org.antlr.codegen
Class CSharpTarget

java.lang.Object
  extended by org.antlr.codegen.Target
      extended by org.antlr.codegen.CSharpTarget

public class CSharpTarget
extends Target


Field Summary
 
Fields inherited from class org.antlr.codegen.Target
targetCharValueEscape
 
Constructor Summary
CSharpTarget()
           
 
Method Summary
protected  StringTemplate chooseWhereCyclicDFAsGo(Tool tool, CodeGenerator generator, Grammar grammar, StringTemplate recognizerST, StringTemplate cyclicDFAST)
           
 
Methods inherited from class org.antlr.codegen.Target
genRecognizerFile, genRecognizerHeaderFile, getMaxCharValue, getTarget64BitStringFromValue, getTargetCharLiteralFromANTLRCharLiteral, getTargetStringLiteralFromANTLRStringLiteral, getTargetStringLiteralFromString, getTargetStringLiteralFromString, getTokenTypeAsTargetLabel, isValidActionScope, performGrammarAnalysis, postProcessAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSharpTarget

public CSharpTarget()
Method Detail

chooseWhereCyclicDFAsGo

protected StringTemplate chooseWhereCyclicDFAsGo(Tool tool,
                                                 CodeGenerator generator,
                                                 Grammar grammar,
                                                 StringTemplate recognizerST,
                                                 StringTemplate cyclicDFAST)