Uses of Class
CodeAnalysis.CommentSet

Packages that use CommentSet
CodeAnalysis   
 

Uses of CommentSet in CodeAnalysis
 

Fields in CodeAnalysis declared as CommentSet
 CommentSet Extension.comments
           
 

Methods in CodeAnalysis that return CommentSet
 CommentSet Extension.getCommentSet()
           
 

Methods in CodeAnalysis with parameters of type CommentSet
 void Extension.setCommentSet(CommentSet newset)
           
 

Constructors in CodeAnalysis with parameters of type CommentSet
CommentSet(CommentSet set)
           
Extension(java.lang.String newext, CommentSet cset)
          Creates a new instance of Extension
FileProcessor(FileNode file, CommentSet cset)
          Creates a new instance of FileProcessor