antlr
Class CSharpNameSpace

java.lang.Object
  extended by antlr.NameSpace
      extended by antlr.CSharpNameSpace

public class CSharpNameSpace
extends NameSpace


Constructor Summary
CSharpNameSpace(java.lang.String name)
           
 
Method Summary
(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
 
Methods inherited from class antlr.NameSpace
getName, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSharpNameSpace

public CSharpNameSpace(java.lang.String name)
Method Detail

emitDeclarations

void emitDeclarations(java.io.PrintWriter out)
Method to generate the required CSharp namespace declarations

Overrides:
emitDeclarations in class NameSpace

emitClosures

void emitClosures(java.io.PrintWriter out)
Method to generate the required CSharp namespace closures

Overrides:
emitClosures in class NameSpace