Package org.sonar.iac.common.yaml.tree
Interface MappingTree
-
- All Superinterfaces:
HasComments,HasProperties,HasTextRange,Tree,YamlTree
- All Known Implementing Classes:
MappingTreeImpl
public interface MappingTree extends YamlTree, HasProperties
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<TupleTree>elements()-
Methods inherited from interface org.sonar.iac.common.api.tree.HasComments
comments
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasProperties
properties
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
-