Public Member Functions | Package Functions

antlr.CSharpNameSpace Class Reference

Inheritance diagram for antlr.CSharpNameSpace:
antlr.NameSpace

List of all members.

Public Member Functions

 CSharpNameSpace (String name)

Package Functions

void emitDeclarations (PrintWriter out)
void emitClosures (PrintWriter out)

Constructor & Destructor Documentation

antlr.CSharpNameSpace.CSharpNameSpace ( String  name  ) 

Member Function Documentation

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().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties