Class CsmOrphanCommentsEnding
- java.lang.Object
-
- com.github.javaparser.printer.concretesyntaxmodel.CsmOrphanCommentsEnding
-
- All Implemented Interfaces:
CsmElement
public class CsmOrphanCommentsEnding extends Object implements CsmElement
-
-
Constructor Summary
Constructors Constructor Description CsmOrphanCommentsEnding()
-
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
-
-