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