Modifier and Type | Method and Description |
---|---|
static Javadoc |
JavadocParser.parse(JavadocComment comment) |
Modifier and Type | Method and Description |
---|---|
JavadocComment |
JavadocComment.clone() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<JavadocComment> |
CommentsCollection.getJavadocComments() |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<JavadocComment> |
NodeWithJavadoc.getJavadocComment()
Gets the JavadocComment for this node.
|
Modifier and Type | Method and Description |
---|---|
default N |
NodeWithJavadoc.setJavadocComment(JavadocComment comment) |
Modifier and Type | Method and Description |
---|---|
void |
VoidVisitor.visit(JavadocComment n,
A arg) |
R |
GenericVisitor.visit(JavadocComment n,
A arg) |
R |
GenericVisitorAdapter.visit(JavadocComment n,
A arg) |
java.util.List<R> |
GenericListVisitorAdapter.visit(JavadocComment n,
A arg) |
Visitable |
ModifierVisitor.visit(JavadocComment n,
A arg) |
void |
VoidVisitorAdapter.visit(JavadocComment n,
A arg) |
Visitable |
CloneVisitor.visit(JavadocComment n,
java.lang.Object arg) |
java.lang.Boolean |
EqualsVisitor.visit(JavadocComment n,
Visitable arg) |
java.lang.Boolean |
ObjectIdentityEqualsVisitor.visit(JavadocComment n,
Visitable arg) |
java.lang.Integer |
HashCodeVisitor.visit(JavadocComment n,
java.lang.Void arg) |
java.lang.Integer |
ObjectIdentityHashCodeVisitor.visit(JavadocComment n,
java.lang.Void arg) |
Modifier and Type | Method and Description |
---|---|
JavadocComment |
Javadoc.toComment(java.lang.String indentation)
Create a JavadocComment, by formatting the text of the Javadoc using the given indentation/
|
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(JavadocComment n,
java.lang.Void arg) |