Uses of Class
com.github.javaparser.ast.comments.LineComment
Packages that use LineComment
Package
Description
-
Uses of LineComment in com.github.javaparser
Methods in com.github.javaparser with parameters of type LineCommentModifier and TypeMethodDescriptionprivate boolean
CommentsInserter.attributeLineCommentToNodeOrChild
(Node node, LineComment lineComment) -
Uses of LineComment in com.github.javaparser.ast.comments
Methods in com.github.javaparser.ast.comments that return LineCommentModifier and TypeMethodDescriptionComment.asLineComment()
LineComment.asLineComment()
LineComment.clone()
Methods in com.github.javaparser.ast.comments that return types with arguments of type LineCommentModifier and TypeMethodDescriptionCommentsCollection.getLineComments()
Comment.toLineComment()
LineComment.toLineComment()
Method parameters in com.github.javaparser.ast.comments with type arguments of type LineCommentModifier and TypeMethodDescriptionvoid
Comment.ifLineComment
(Consumer<LineComment> action) void
LineComment.ifLineComment
(Consumer<LineComment> action) -
Uses of LineComment in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type LineCommentModifier and TypeMethodDescriptionCloneVisitor.visit
(LineComment n, Object arg) EqualsVisitor.visit
(LineComment n, Visitable arg) GenericListVisitorAdapter.visit
(LineComment n, A arg) GenericVisitor.visit
(LineComment n, A arg) GenericVisitorAdapter.visit
(LineComment n, A arg) GenericVisitorWithDefaults.visit
(LineComment n, A arg) HashCodeVisitor.visit
(LineComment n, Void arg) ModifierVisitor.visit
(LineComment n, A arg) NoCommentEqualsVisitor.visit
(LineComment n, Visitable arg) NoCommentHashCodeVisitor.visit
(LineComment n, Void arg) void
NodeFinderVisitor.visit
(LineComment n, Range arg) ObjectIdentityEqualsVisitor.visit
(LineComment n, Visitable arg) ObjectIdentityHashCodeVisitor.visit
(LineComment n, Void arg) void
VoidVisitor.visit
(LineComment n, A arg) void
VoidVisitorAdapter.visit
(LineComment n, A arg) void
VoidVisitorWithDefaults.visit
(LineComment n, A arg) -
Uses of LineComment in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type LineCommentModifier and TypeMethodDescriptionvoid
DefaultPrettyPrinterVisitor.visit
(LineComment n, Void arg) void
PrettyPrintVisitor.visit
(LineComment n, Void arg) Deprecated.