Uses of Class
net.percederberg.grammatica.code.csharp.CSharpClass

Packages that use CSharpClass
net.percederberg.grammatica.code.csharp   
 

Uses of CSharpClass in net.percederberg.grammatica.code.csharp
 

Methods in net.percederberg.grammatica.code.csharp that return CSharpClass
 CSharpClass CSharpConstructor.getCSharpClass()
          Returns the class for this constructor, or null.
 

Methods in net.percederberg.grammatica.code.csharp with parameters of type CSharpClass
 void CSharpClass.addClass(CSharpClass member)
          Adds an inner class as a member.
 void CSharpNamespace.addClass(CSharpClass c)
          Adds a class declaration to the namespace.
 void CSharpFile.addClass(CSharpClass c)
          Adds a class declaration to the file.