Package org.sonar.iac.common.yaml.tree
Interface YamlTree
-
- All Superinterfaces:
HasComments,HasTextRange,Tree
- All Known Subinterfaces:
FileTree,MappingTree,ScalarTree,SequenceTree,TupleTree
- All Known Implementing Classes:
FileTreeImpl,MappingTreeImpl,ScalarTreeImpl,SequenceTreeImpl,TupleTreeImpl,YamlTreeImpl
public interface YamlTree extends Tree, HasComments
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description YamlTreeMetadatametadata()-
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
-
metadata
YamlTreeMetadata metadata()
-
-