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

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

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

Methods in net.percederberg.grammatica.code.csharp with parameters of type CSharpComment
 void CSharpMethod.addComment(CSharpComment comment)
          Sets a comment for this method.
 void CSharpConstructor.addComment(CSharpComment comment)
          Sets a comment for this constructor.
 void CSharpEnumeration.addConstant(java.lang.String name, java.lang.String value, CSharpComment comment)
          Adds a constant to the enumeration.
 void CSharpFile.addComment(CSharpComment comment)
          Adds a file comment.