Package org.sonar.iac.common.yaml.tree
Class TupleTreeImpl
- java.lang.Object
-
- org.sonar.iac.common.yaml.tree.YamlTreeImpl
-
- org.sonar.iac.common.yaml.tree.TupleTreeImpl
-
- All Implemented Interfaces:
HasComments,HasTextRange,PropertyTree,Tree,TupleTree,YamlTree
public class TupleTreeImpl extends YamlTreeImpl implements TupleTree
-
-
Constructor Summary
Constructors Constructor Description TupleTreeImpl(YamlTree key, YamlTree value, YamlTreeMetadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Tree>children()YamlTreekey()YamlTreevalue()-
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
-
-
-
-
Constructor Detail
-
TupleTreeImpl
public TupleTreeImpl(YamlTree key, YamlTree value, YamlTreeMetadata metadata)
-
-
Method Detail
-
key
public YamlTree key()
- Specified by:
keyin interfacePropertyTree- Specified by:
keyin interfaceTupleTree
-
value
public YamlTree value()
- Specified by:
valuein interfacePropertyTree- Specified by:
valuein interfaceTupleTree
-
-