Class CsmComment
java.lang.Object
com.github.javaparser.printer.concretesyntaxmodel.CsmComment
- All Implemented Interfaces:
CsmElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
prettyPrint
(Node node, SourcePrinter printer) (package private) static void
process
(Comment comment, SourcePrinter printer)
-
Constructor Details
-
CsmComment
public CsmComment()
-
-
Method Details
-
process
-
prettyPrint
- Specified by:
prettyPrint
in interfaceCsmElement
-