Package antlr
Class CSharpNameSpace
- java.lang.Object
-
- antlr.NameSpace
-
- antlr.CSharpNameSpace
-
public class CSharpNameSpace extends NameSpace
-
-
Constructor Summary
Constructors Constructor Description CSharpNameSpace(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
emitClosures(java.io.PrintWriter out)
Method to generate the required CSharp namespace closures(package private) void
emitDeclarations(java.io.PrintWriter out)
Method to generate the required CSharp namespace declarations
-
-
-
Method Detail
-
emitDeclarations
void emitDeclarations(java.io.PrintWriter out)
Method to generate the required CSharp namespace declarations- Overrides:
emitDeclarations
in classNameSpace
-
emitClosures
void emitClosures(java.io.PrintWriter out)
Method to generate the required CSharp namespace closures- Overrides:
emitClosures
in classNameSpace
-
-