Interface TupleTree
-
- All Superinterfaces:
CloudformationTree,HasComments,HasTextRange,PropertyTree,Tree
- All Known Implementing Classes:
TupleTreeImpl
public interface TupleTree extends CloudformationTree, PropertyTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudformationTreekey()CloudformationTreevalue()-
Methods inherited from interface org.sonar.iac.cloudformation.api.tree.CloudformationTree
tag
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasComments
comments
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
-
-
-
Method Detail
-
key
CloudformationTree key()
- Specified by:
keyin interfacePropertyTree
-
value
CloudformationTree value()
- Specified by:
valuein interfacePropertyTree
-
-