Class CommentImpl
- java.lang.Object
-
- org.sonar.iac.common.api.tree.impl.CommentImpl
-
- All Implemented Interfaces:
Comment,HasTextRange
public class CommentImpl extends Object implements Comment
-
-
Constructor Summary
Constructors Constructor Description CommentImpl(String value, String contentText, TextRange textRange)
-
-
-
Method Detail
-
contentText
public String contentText()
- Specified by:
contentTextin interfaceComment
-
textRange
public TextRange textRange()
- Specified by:
textRangein interfaceHasTextRange
-
-