Class CsmComment
- java.lang.Object
-
- com.github.javaparser.printer.concretesyntaxmodel.CsmComment
-
- All Implemented Interfaces:
CsmElement
public class CsmComment extends Object implements CsmElement
-
-
Constructor Summary
Constructors Constructor Description CsmComment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
prettyPrint(Node node, 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
-
-
-
-
Method Detail
-
prettyPrint
public void prettyPrint(Node node, SourcePrinter printer)
- Specified by:
prettyPrint
in interfaceCsmElement
-
-