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) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
isCorrespondingElement
-
Constructor Details
-
CsmComment
public CsmComment()
-
-
Method Details
-
process
-
prettyPrint
- Specified by:
prettyPrint
in interfaceCsmElement
-