Package org.sonar.iac.common.yaml.tree
Interface SequenceTree
-
- All Superinterfaces:
HasComments,HasTextRange,Iterable<YamlTree>,Tree,YamlTree
- All Known Implementing Classes:
SequenceTreeImpl
public interface SequenceTree extends YamlTree, Iterable<YamlTree>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<YamlTree>elements()-
Methods inherited from interface org.sonar.iac.common.api.tree.HasComments
comments
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-