Package antlr

Class 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
      • 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