Package | Description |
---|---|
com.github.javaparser | |
com.github.javaparser.ast.comments | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method and Description |
---|---|
private boolean |
CommentsInserter.attributeLineCommentToNodeOrChild(Node node,
LineComment lineComment) |
Modifier and Type | Method and Description |
---|---|
LineComment |
Comment.asLineComment() |
LineComment |
LineComment.clone() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<LineComment> |
CommentsCollection.getLineComments() |
Modifier and Type | Method and Description |
---|---|
R |
GenericVisitor.visit(LineComment n,
A arg) |
void |
VoidVisitor.visit(LineComment n,
A arg) |
java.util.List<R> |
GenericListVisitorAdapter.visit(LineComment n,
A arg) |
Visitable |
ModifierVisitor.visit(LineComment n,
A arg) |
void |
VoidVisitorAdapter.visit(LineComment n,
A arg) |
R |
GenericVisitorAdapter.visit(LineComment n,
A arg) |
Visitable |
CloneVisitor.visit(LineComment n,
java.lang.Object arg) |
java.lang.Boolean |
ObjectIdentityEqualsVisitor.visit(LineComment n,
Visitable arg) |
java.lang.Boolean |
EqualsVisitor.visit(LineComment n,
Visitable arg) |
java.lang.Integer |
ObjectIdentityHashCodeVisitor.visit(LineComment n,
java.lang.Void arg) |
java.lang.Integer |
HashCodeVisitor.visit(LineComment n,
java.lang.Void arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(LineComment n,
java.lang.Void arg) |