Package org.sonar.iac.common.yaml.tree
Interface TupleTree
- All Superinterfaces:
HasComments,HasTextRange,PropertyTree,Tree,YamlTree
- All Known Implementing Classes:
TupleTreeImpl
-
Method Summary
Methods inherited from interface org.sonar.iac.common.api.tree.HasComments
commentsMethods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
Method Details
-
key
YamlTree key()- Specified by:
keyin interfacePropertyTree
-
value
YamlTree value()- Specified by:
valuein interfacePropertyTree
-