Package org.sonar.iac.common.api.tree
Interface Comment
-
- All Superinterfaces:
HasTextRange
- All Known Implementing Classes:
CommentImpl
public interface Comment extends HasTextRange
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcontentText()Stringvalue()-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
-