org.antlr.codegen
Class CSharp3Target
java.lang.Object
org.antlr.codegen.Target
org.antlr.codegen.CSharp3Target
- Direct Known Subclasses:
- CSharp2Target
public class CSharp3Target
- extends Target
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSharp3Target
public CSharp3Target()
encodeIntAsCharEscape
public String encodeIntAsCharEscape(int v)
- Overrides:
encodeIntAsCharEscape in class Target
getTarget64BitStringFromValue
public String getTarget64BitStringFromValue(long word)
- Description copied from class:
Target
- Convert long to 0xNNNNNNNNNNNNNNNN by default for spitting out
with bitsets. I.e., convert bytes to hex string.
- Overrides:
getTarget64BitStringFromValue in class Target
genRecognizerFile
protected void genRecognizerFile(Tool tool,
CodeGenerator generator,
Grammar grammar,
org.stringtemplate.v4.ST outputFileST)
throws IOException
- Overrides:
genRecognizerFile in class Target
- Throws:
IOException
Copyright © 2011. All Rights Reserved.