Uses of Class
pt.compiler.parser.ast.Comment

Packages that use Comment
pt.compiler.parser.ast   
pt.compiler.parser.ast.body   
 

Uses of Comment in pt.compiler.parser.ast
 

Subclasses of Comment in pt.compiler.parser.ast
 class BlockComment
           
 class LineComment
           
 

Methods in pt.compiler.parser.ast that return types with arguments of type Comment
 java.util.List<Comment> CompilationUnit.getComments()
           
 

Constructor parameters in pt.compiler.parser.ast with type arguments of type Comment
CompilationUnit(int line, int column, PackageDeclaration pakage, java.util.List<ImportDeclaration> imports, java.util.List<TypeDeclaration> types, java.util.List<Comment> comments)
           
 

Uses of Comment in pt.compiler.parser.ast.body
 

Subclasses of Comment in pt.compiler.parser.ast.body
 class JavadocComment