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 com.github.javaparser.symbolsolver.javaparsermodel Implementation of model based on JavaParser. -
-
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 java.util.Set<BlockComment>CommentsCollection. getBlockComments()java.util.Optional<BlockComment>BlockComment. toBlockComment()java.util.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(java.util.function.Consumer<BlockComment> action)voidComment. ifBlockComment(java.util.function.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, java.lang.Object arg)java.lang.BooleanEqualsVisitor. visit(BlockComment n, Visitable arg)java.util.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)java.lang.IntegerHashCodeVisitor. visit(BlockComment n, java.lang.Void arg)VisitableModifierVisitor. visit(BlockComment n, A arg)java.lang.BooleanNoCommentEqualsVisitor. visit(BlockComment n, Visitable arg)java.lang.IntegerNoCommentHashCodeVisitor. visit(BlockComment n, java.lang.Void arg)voidNodeFinderVisitor. visit(BlockComment n, Range arg)java.lang.BooleanObjectIdentityEqualsVisitor. visit(BlockComment n, Visitable arg)java.lang.IntegerObjectIdentityHashCodeVisitor. visit(BlockComment n, java.lang.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 voidDefaultPrettyPrinterVisitor. visit(BlockComment n, java.lang.Void arg)voidPrettyPrintVisitor. visit(BlockComment n, java.lang.Void arg)Deprecated. -
Uses of BlockComment in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type BlockComment Modifier and Type Method Description ResolvedTypeDefaultVisitorAdapter. visit(BlockComment node, java.lang.Boolean aBoolean)
-