Interface SequenceTree
-
- All Superinterfaces:
CloudformationTree,HasComments,HasTextRange,Tree
- All Known Implementing Classes:
SequenceTreeImpl
public interface SequenceTree extends CloudformationTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<CloudformationTree>elements()-
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
-
elements
List<CloudformationTree> elements()
-
-