Class SequenceTreeImpl
- java.lang.Object
-
- org.sonar.iac.cloudformation.tree.impl.CloudformationTreeImpl
-
- org.sonar.iac.cloudformation.tree.impl.SequenceTreeImpl
-
- All Implemented Interfaces:
CloudformationTree,SequenceTree,HasComments,HasTextRange,Tree
public class SequenceTreeImpl extends CloudformationTreeImpl implements SequenceTree
-
-
Field Summary
-
Fields inherited from class org.sonar.iac.cloudformation.tree.impl.CloudformationTreeImpl
comments, textRange
-
-
Constructor Summary
Constructors Constructor Description SequenceTreeImpl(List<CloudformationTree> elements, String tag, org.sonar.api.batch.fs.TextRange textRange, List<Comment> comments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Tree>children()List<CloudformationTree>elements()Stringtag()-
Methods inherited from class org.sonar.iac.cloudformation.tree.impl.CloudformationTreeImpl
comments, 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
-
-
-
-
Constructor Detail
-
SequenceTreeImpl
public SequenceTreeImpl(List<CloudformationTree> elements, String tag, org.sonar.api.batch.fs.TextRange textRange, List<Comment> comments)
-
-
Method Detail
-
elements
public List<CloudformationTree> elements()
- Specified by:
elementsin interfaceSequenceTree
-
tag
public String tag()
- Specified by:
tagin interfaceCloudformationTree
-
-