Public Member Functions | |
| CSharpNameSpace (String name) | |
Package Functions | |
| void | emitDeclarations (PrintWriter out) |
| void | emitClosures (PrintWriter out) |
| antlr.CSharpNameSpace.CSharpNameSpace | ( | String | name | ) |
| void antlr.CSharpNameSpace.emitClosures | ( | PrintWriter | out | ) | [package] |
Method to generate the required CSharp namespace closures
Reimplemented from antlr.NameSpace.
Referenced by antlr.CSharpCodeGenerator.genBody(), and antlr.CSharpCodeGenerator.genTokenTypes().
| void antlr.CSharpNameSpace.emitDeclarations | ( | PrintWriter | out | ) | [package] |
Method to generate the required CSharp namespace declarations
Reimplemented from antlr.NameSpace.
References antlr.NameSpace.getName().
Referenced by antlr.CSharpCodeGenerator.genBody(), and antlr.CSharpCodeGenerator.genTokenTypes().
1.7.0