Class CsmComment
java.lang.Object
com.github.javaparser.printer.concretesyntaxmodel.CsmComment
- All Implemented Interfaces:
CsmElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprettyPrint(Node node, SourcePrinter printer) (package private) static voidprocess(Comment comment, SourcePrinter printer) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CsmElement
isCorrespondingElement
-
Constructor Details
-
CsmComment
public CsmComment()
-
-
Method Details
-
process
-
prettyPrint
- Specified by:
prettyPrintin interfaceCsmElement
-