Uses of Class
com.google.api.generator.engine.ast.BlockComment
-
Packages that use BlockComment Package Description com.google.api.generator.engine.ast com.google.api.generator.engine.writer -
-
Uses of BlockComment in com.google.api.generator.engine.ast
Methods in com.google.api.generator.engine.ast that return BlockComment Modifier and Type Method Description abstract BlockCommentBlockComment.Builder. build()static BlockCommentBlockComment. withComment(String comment)Methods in com.google.api.generator.engine.ast with parameters of type BlockComment Modifier and Type Method Description voidAstNodeVisitor. visit(BlockComment blockComment) -
Uses of BlockComment in com.google.api.generator.engine.writer
Methods in com.google.api.generator.engine.writer with parameters of type BlockComment Modifier and Type Method Description voidImportWriterVisitor. visit(BlockComment blockComment)voidJavaWriterVisitor. visit(BlockComment blockComment)
-