Package org.sonar.iac.common.yaml.tree
Class SequenceTreeImpl
- java.lang.Object
-
- org.sonar.iac.common.yaml.tree.YamlTreeImpl
-
- org.sonar.iac.common.yaml.tree.SequenceTreeImpl
-
- All Implemented Interfaces:
HasComments,HasTextRange,Tree,SequenceTree,YamlTree
public class SequenceTreeImpl extends YamlTreeImpl implements SequenceTree
-
-
Constructor Summary
Constructors Constructor Description SequenceTreeImpl(List<YamlTree> elements, YamlTreeMetadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Tree>children()List<YamlTree>elements()-
Methods inherited from class org.sonar.iac.common.yaml.tree.YamlTreeImpl
comments, metadata, textRange
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasComments
comments
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
-