Package org.openrewrite.java.tree
Class TextComment
- java.lang.Object
-
- org.openrewrite.java.tree.TextComment
-
-
Constructor Summary
Constructors Constructor Description TextComment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
printComment()
TextComment
withSuffix(java.lang.String suffix)
TextComment
withText(java.lang.String text)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openrewrite.java.tree.Comment
getMarkers, getSuffix, isMultiline, withMarkers
-
-
-
-
Method Detail
-
withText
public TextComment withText(java.lang.String text)
-
withSuffix
public TextComment withSuffix(java.lang.String suffix)
- Specified by:
withSuffix
in interfaceComment
-
printComment
public java.lang.String printComment()
- Specified by:
printComment
in interfaceComment
-
-