Class TupleTreeImpl
- java.lang.Object
-
- org.sonar.iac.cloudformation.tree.impl.CloudformationTreeImpl
-
- org.sonar.iac.cloudformation.tree.impl.TupleTreeImpl
-
- All Implemented Interfaces:
CloudformationTree,TupleTree,HasComments,HasTextRange,PropertyTree,Tree
public class TupleTreeImpl extends CloudformationTreeImpl implements TupleTree
-
-
Field Summary
-
Fields inherited from class org.sonar.iac.cloudformation.tree.impl.CloudformationTreeImpl
comments, textRange
-
-
Constructor Summary
Constructors Constructor Description TupleTreeImpl(CloudformationTree key, CloudformationTree value, org.sonar.api.batch.fs.TextRange textRange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Tree>children()CloudformationTreekey()Stringtag()CloudformationTreevalue()-
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
-
TupleTreeImpl
public TupleTreeImpl(CloudformationTree key, CloudformationTree value, org.sonar.api.batch.fs.TextRange textRange)
-
-
Method Detail
-
key
public CloudformationTree key()
- Specified by:
keyin interfacePropertyTree- Specified by:
keyin interfaceTupleTree
-
value
public CloudformationTree value()
- Specified by:
valuein interfacePropertyTree- Specified by:
valuein interfaceTupleTree
-
tag
public String tag()
- Specified by:
tagin interfaceCloudformationTree
-
-