Uses of Class
com.github.javaparser.ast.comments.BlockComment
-
Packages that use BlockComment Package Description com.github.javaparser.ast.comments com.github.javaparser.ast.visitor com.github.javaparser.printer -
-
Uses of BlockComment in com.github.javaparser.ast.comments
Methods in com.github.javaparser.ast.comments that return BlockComment Modifier and Type Method Description BlockCommentBlockComment. asBlockComment()BlockCommentComment. asBlockComment()BlockCommentBlockComment. clone()Methods in com.github.javaparser.ast.comments that return types with arguments of type BlockComment Modifier and Type Method Description Set<BlockComment>CommentsCollection. getBlockComments()Optional<BlockComment>BlockComment. toBlockComment()Optional<BlockComment>Comment. toBlockComment()Method parameters in com.github.javaparser.ast.comments with type arguments of type BlockComment Modifier and Type Method Description voidBlockComment. ifBlockComment(Consumer<BlockComment> action)voidComment. ifBlockComment(Consumer<BlockComment> action) -
Uses of BlockComment in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type BlockComment Modifier and Type Method Description VisitableCloneVisitor. visit(BlockComment n, Object arg)BooleanEqualsVisitor. visit(BlockComment n, Visitable arg)List<R>GenericListVisitorAdapter. visit(BlockComment n, A arg)RGenericVisitor. visit(BlockComment n, A arg)RGenericVisitorAdapter. visit(BlockComment n, A arg)RGenericVisitorWithDefaults. visit(BlockComment n, A arg)IntegerHashCodeVisitor. visit(BlockComment n, Void arg)VisitableModifierVisitor. visit(BlockComment n, A arg)BooleanNoCommentEqualsVisitor. visit(BlockComment n, Visitable arg)IntegerNoCommentHashCodeVisitor. visit(BlockComment n, Void arg)BooleanObjectIdentityEqualsVisitor. visit(BlockComment n, Visitable arg)IntegerObjectIdentityHashCodeVisitor. visit(BlockComment n, Void arg)voidVoidVisitor. visit(BlockComment n, A arg)voidVoidVisitorAdapter. visit(BlockComment n, A arg)voidVoidVisitorWithDefaults. visit(BlockComment n, A arg) -
Uses of BlockComment in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type BlockComment Modifier and Type Method Description voidPrettyPrintVisitor. visit(BlockComment n, Void arg)
-