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) voidemitClosures(java.io.PrintWriter out)Method to generate the required CSharp namespace closures(package private) voidemitDeclarations(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:
emitDeclarationsin classNameSpace
-
emitClosures
void emitClosures(java.io.PrintWriter out)
Method to generate the required CSharp namespace closures- Overrides:
emitClosuresin classNameSpace
-
-