Class AttributeTreeImpl
- java.lang.Object
-
- org.sonar.iac.terraform.tree.impl.TerraformTreeImpl
-
- org.sonar.iac.terraform.tree.impl.AttributeTreeImpl
-
- All Implemented Interfaces:
HasTextRange,PropertyTree,Tree,AttributeTree,StatementTree,TerraformTree
public class AttributeTreeImpl extends TerraformTreeImpl implements AttributeTree
-
-
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 AttributeTreeImpl(SyntaxToken key, SyntaxToken equalSign, ExpressionTree value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Tree>children()SyntaxTokenequalSign()TerraformTree.KindgetKind()SyntaxTokenkey()ExpressionTreevalue()-
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
-
AttributeTreeImpl
public AttributeTreeImpl(SyntaxToken key, SyntaxToken equalSign, ExpressionTree value)
-
-
Method Detail
-
key
public SyntaxToken key()
- Specified by:
keyin interfacePropertyTree- Specified by:
keyin interfaceStatementTree
-
equalSign
public SyntaxToken equalSign()
- Specified by:
equalSignin interfaceAttributeTree
-
value
public ExpressionTree value()
- Specified by:
valuein interfaceAttributeTree- Specified by:
valuein interfacePropertyTree
-
getKind
public TerraformTree.Kind getKind()
- Specified by:
getKindin interfaceTerraformTree
-
-