Interface ScalarTree
-
- All Superinterfaces:
CloudformationTree,HasComments,HasTextRange,TextTree,Tree
- All Known Implementing Classes:
ScalarTreeImpl
public interface ScalarTree extends TextTree, CloudformationTree
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classScalarTree.Style
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScalarTree.Stylestyle()-
Methods inherited from interface org.sonar.iac.cloudformation.api.tree.CloudformationTree
tag
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasComments
comments
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
-
-
-
Method Detail
-
style
ScalarTree.Style style()
-
-