Modifier and Type | Method and Description |
---|---|
JavadocComment |
JavadocComment.clone() |
Modifier and Type | Method and Description |
---|---|
Set<JavadocComment> |
CommentsCollection.getJavadocComments() |
Modifier and Type | Method and Description |
---|---|
default 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 |
---|---|
R |
GenericVisitor.visit(JavadocComment n,
A arg) |
Visitable |
ModifierVisitor.visit(JavadocComment n,
A arg) |
void |
VoidVisitor.visit(JavadocComment n,
A arg) |
R |
GenericVisitorWithDefaults.visit(JavadocComment n,
A arg) |
void |
VoidVisitorAdapter.visit(JavadocComment n,
A arg) |
R |
GenericVisitorAdapter.visit(JavadocComment n,
A arg) |
List<R> |
GenericListVisitorAdapter.visit(JavadocComment n,
A arg) |
void |
VoidVisitorWithDefaults.visit(JavadocComment n,
A arg) |
Visitable |
CloneVisitor.visit(JavadocComment n,
Object arg) |
Boolean |
EqualsVisitor.visit(JavadocComment n,
Visitable arg) |
Boolean |
ObjectIdentityEqualsVisitor.visit(JavadocComment n,
Visitable arg) |
Integer |
ObjectIdentityHashCodeVisitor.visit(JavadocComment n,
Void arg) |
Integer |
HashCodeVisitor.visit(JavadocComment n,
Void arg) |
Modifier and Type | Method and Description |
---|---|
JavadocComment |
Javadoc.toComment(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,
Void arg) |
Copyright © 2007–2017. All rights reserved.