Class FileTreeImpl
- java.lang.Object
-
- org.sonar.iac.terraform.tree.impl.TerraformTreeImpl
-
- org.sonar.iac.terraform.tree.impl.FileTreeImpl
-
- All Implemented Interfaces:
HasProperties,HasTextRange,Tree,FileTree,TerraformTree
public class FileTreeImpl extends TerraformTreeImpl implements FileTree
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.iac.terraform.api.tree.TerraformTree
TerraformTree.Kind
-
-
Field Summary
-
Fields inherited from class org.sonar.iac.terraform.tree.impl.TerraformTreeImpl
textRange
-
-
Constructor Summary
Constructors Constructor Description FileTreeImpl(List<StatementTree> statements, SyntaxToken eof)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Tree>children()TerraformTree.KindgetKind()List<StatementTree>properties()-
Methods inherited from class org.sonar.iac.terraform.tree.impl.TerraformTreeImpl
is, 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.HasTextRange
textRange
-
Methods inherited from interface org.sonar.iac.terraform.api.tree.TerraformTree
is
-
-
-
-
Constructor Detail
-
FileTreeImpl
public FileTreeImpl(List<StatementTree> statements, SyntaxToken eof)
-
-
Method Detail
-
properties
public List<StatementTree> properties()
- Specified by:
propertiesin interfaceFileTree- Specified by:
propertiesin interfaceHasProperties
-
getKind
public TerraformTree.Kind getKind()
- Specified by:
getKindin interfaceTerraformTree
-
-