antlr
Class CSharpNameSpace
public class CSharpNameSpace
ANTLR Translator Generator
Project led by Terence Parr at http://www.jGuru.com
Software rights: http://www.antlr.org/license.html
Container for a C++ namespace specification. Namespaces can be
nested, so this contains a vector of all the nested names.
- David Wagner (JPL/Caltech) 8-12-00
$Id:$
(package private) void | emitClosures(PrintWriter out) - Method to generate the required CSharp namespace closures
|
(package private) void | emitDeclarations(PrintWriter out) - Method to generate the required CSharp namespace declarations
|
CSharpNameSpace
public CSharpNameSpace(String name)
emitClosures
(package private) void emitClosures(PrintWriter out)
Method to generate the required CSharp namespace closures
- emitClosures in interface NameSpace
emitDeclarations
(package private) void emitDeclarations(PrintWriter out)
Method to generate the required CSharp namespace declarations
- emitDeclarations in interface NameSpace