|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comment | |
---|---|
com.github.antlrjavaparser.api | |
com.github.antlrjavaparser.api.body | |
com.github.antlrjavaparser.api.visitor |
Uses of Comment in com.github.antlrjavaparser.api |
---|
Subclasses of Comment in com.github.antlrjavaparser.api | |
---|---|
class |
BlockComment
AST node that represent block comments. |
class |
LineComment
AST node that represent line comments. |
Methods in com.github.antlrjavaparser.api that return types with arguments of type Comment | |
---|---|
List<Comment> |
Node.getBeginComments()
|
List<Comment> |
CompilationUnit.getComments()
Return a list containing all comments declared in this compilation unit. |
List<Comment> |
Node.getEndComments()
|
List<Comment> |
Node.getInternalComments()
|
Method parameters in com.github.antlrjavaparser.api with type arguments of type Comment | |
---|---|
void |
Node.setBeginComments(List<Comment> beginComments)
|
void |
CompilationUnit.setComments(List<Comment> comments)
Sets the list of comments of this compilation unit. |
void |
Node.setEndComments(List<Comment> endComments)
|
void |
Node.setInternalComments(List<Comment> internalComments)
|
Constructor parameters in com.github.antlrjavaparser.api with type arguments of type Comment | |
---|---|
CompilationUnit(int beginLine,
int beginColumn,
int endLine,
int endColumn,
PackageDeclaration pakage,
List<ImportDeclaration> imports,
List<TypeDeclaration> types,
List<Comment> comments)
|
|
CompilationUnit(PackageDeclaration pakage,
List<ImportDeclaration> imports,
List<TypeDeclaration> types,
List<Comment> comments)
|
Uses of Comment in com.github.antlrjavaparser.api.body |
---|
Subclasses of Comment in com.github.antlrjavaparser.api.body | |
---|---|
class |
JavadocComment
|
Uses of Comment in com.github.antlrjavaparser.api.visitor |
---|
Methods in com.github.antlrjavaparser.api.visitor with parameters of type Comment | |
---|---|
void |
VoidVisitor.visit(Comment n,
A arg)
|
void |
DumpVisitor.visit(Comment n,
Object arg)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |