Package org.sonar.iac.common.yaml.tree
Class FileTreeImpl
- java.lang.Object
-
- org.sonar.iac.common.yaml.tree.YamlTreeImpl
-
- org.sonar.iac.common.yaml.tree.FileTreeImpl
-
- All Implemented Interfaces:
HasComments,HasTextRange,Tree,FileTree,YamlTree
public class FileTreeImpl extends YamlTreeImpl implements FileTree
-
-
Constructor Summary
Constructors Constructor Description FileTreeImpl(List<YamlTree> documents, YamlTreeMetadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Tree>children()List<YamlTree>documents()-
Methods inherited from class org.sonar.iac.common.yaml.tree.YamlTreeImpl
comments, metadata, textRange
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasComments
comments
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
-