Package org.sonar.iac.common.api.tree
Interface TextTree
-
- All Superinterfaces:
HasTextRange,Tree
- All Known Subinterfaces:
ScalarTree
- All Known Implementing Classes:
ScalarTreeImpl
public interface TextTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringvalue()-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
-
-
-
Method Detail
-
value
String value()
-
-