public class CommentImpl extends Object implements Comment
| Constructor and Description |
|---|
CommentImpl(String text,
String contentText,
TextRange range,
TextRange contentRange) |
| Modifier and Type | Method and Description |
|---|---|
TextRange |
contentRange() |
String |
contentText() |
String |
text() |
TextRange |
textRange() |
public String contentText()
contentText in interface Commentpublic TextRange textRange()
textRange in interface HasTextRangepublic TextRange contentRange()
contentRange in interface CommentCopyright © 2009–2018 SonarSource. All rights reserved.