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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.iac.common.yaml.tree.FileTree
FileTree.Template -
Constructor Summary
ConstructorsConstructorDescriptionFileTreeImpl(List<YamlTree> documents, YamlTreeMetadata metadata, FileTree.Template template) -
Method Summary
Methods inherited from class org.sonar.iac.common.yaml.tree.YamlTreeImpl
comments, metadata, textRangeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonar.iac.common.api.tree.HasComments
commentsMethods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
Constructor Details
-
FileTreeImpl
public FileTreeImpl(List<YamlTree> documents, YamlTreeMetadata metadata, FileTree.Template template)
-
-
Method Details