Package | Description |
---|---|
com.github.javaparser.ast.comments | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method and Description |
---|---|
LineComment |
LineComment.asLineComment() |
LineComment |
Comment.asLineComment() |
LineComment |
LineComment.clone() |
Modifier and Type | Method and Description |
---|---|
Set<LineComment> |
CommentsCollection.getLineComments() |
Optional<LineComment> |
LineComment.toLineComment() |
Optional<LineComment> |
Comment.toLineComment() |
Modifier and Type | Method and Description |
---|---|
void |
LineComment.ifLineComment(Consumer<LineComment> action) |
void |
Comment.ifLineComment(Consumer<LineComment> action) |
Modifier and Type | Method and Description |
---|---|
R |
GenericVisitor.visit(LineComment n,
A arg) |
Visitable |
ModifierVisitor.visit(LineComment n,
A arg) |
void |
VoidVisitor.visit(LineComment n,
A arg) |
R |
GenericVisitorWithDefaults.visit(LineComment n,
A arg) |
void |
VoidVisitorAdapter.visit(LineComment n,
A arg) |
R |
GenericVisitorAdapter.visit(LineComment n,
A arg) |
List<R> |
GenericListVisitorAdapter.visit(LineComment n,
A arg) |
void |
VoidVisitorWithDefaults.visit(LineComment n,
A arg) |
Visitable |
CloneVisitor.visit(LineComment n,
Object arg) |
Boolean |
EqualsVisitor.visit(LineComment n,
Visitable arg) |
Boolean |
NoCommentEqualsVisitor.visit(LineComment n,
Visitable arg) |
Boolean |
ObjectIdentityEqualsVisitor.visit(LineComment n,
Visitable arg) |
Integer |
ObjectIdentityHashCodeVisitor.visit(LineComment n,
Void arg) |
Integer |
NoCommentHashCodeVisitor.visit(LineComment n,
Void arg) |
Integer |
HashCodeVisitor.visit(LineComment n,
Void arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(LineComment n,
Void arg) |
Copyright © 2007–2017. All rights reserved.