antlr
Class CSharpNameSpace
java.lang.Object
antlr.NameSpace
antlr.CSharpNameSpace
- public class CSharpNameSpace
- extends NameSpace
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSharpNameSpace
public CSharpNameSpace(String name)
emitDeclarations
void emitDeclarations(PrintWriter out)
- Method to generate the required CSharp namespace declarations
- Overrides:
emitDeclarations
in class NameSpace
emitClosures
void emitClosures(PrintWriter out)
- Method to generate the required CSharp namespace closures
- Overrides:
emitClosures
in class NameSpace