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