org.antlr.codegen
Class CSharp2Target

java.lang.Object
  extended by org.antlr.codegen.Target
      extended by org.antlr.codegen.CSharp3Target
          extended by org.antlr.codegen.CSharp2Target

public class CSharp2Target
extends CSharp3Target


Nested Class Summary
 
Nested classes/interfaces inherited from class org.antlr.codegen.CSharp3Target
CSharp3Target.StringRenderer
 
Field Summary
 
Fields inherited from class org.antlr.codegen.Target
targetCharValueEscape
 
Constructor Summary
CSharp2Target()
           
 
Method Summary
 
Methods inherited from class org.antlr.codegen.CSharp3Target
encodeIntAsCharEscape, genRecognizerFile, getTarget64BitStringFromValue
 
Methods inherited from class org.antlr.codegen.Target
genRecognizerHeaderFile, getMaxCharValue, 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

CSharp2Target

public CSharp2Target()


Copyright © 2011. All Rights Reserved.