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