| Package | Description |
|---|---|
| com.github.javaparser.ast | |
| com.github.javaparser.ast.body | |
| com.github.javaparser.ast.comments | |
| com.github.javaparser.ast.visitor |
| Modifier and Type | Method and Description |
|---|---|
JavadocComment |
DocumentableNode.getJavaDoc()
Gets the JavaDoc for this node.
|
| Modifier and Type | Method and Description |
|---|---|
JavadocComment |
ConstructorDeclaration.getJavaDoc() |
JavadocComment |
FieldDeclaration.getJavaDoc() |
JavadocComment |
AnnotationMemberDeclaration.getJavaDoc() |
JavadocComment |
EnumConstantDeclaration.getJavaDoc() |
JavadocComment |
EmptyMemberDeclaration.getJavaDoc() |
JavadocComment |
MethodDeclaration.getJavaDoc() |
JavadocComment |
TypeDeclaration.getJavaDoc() |
JavadocComment |
InitializerDeclaration.getJavaDoc() |
| Modifier and Type | Method and Description |
|---|---|
List<JavadocComment> |
CommentsCollection.getJavadocComments() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentsCollection.addComment(JavadocComment javadocComment) |
| Modifier and Type | Method and Description |
|---|---|
R |
GenericVisitor.visit(JavadocComment n,
A arg) |
void |
VoidVisitor.visit(JavadocComment n,
A arg) |
void |
VoidVisitorAdapter.visit(JavadocComment n,
A arg) |
Node |
ModifierVisitorAdapter.visit(JavadocComment n,
A arg) |
R |
GenericVisitorAdapter.visit(JavadocComment n,
A arg) |
Boolean |
EqualsVisitor.visit(JavadocComment n1,
Node arg) |
void |
DumpVisitor.visit(JavadocComment n,
Object arg) |
Node |
CloneVisitor.visit(JavadocComment _n,
Object _arg) |
Copyright © 2007–2016. All rights reserved.