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