Package org.sonar.iac.terraform.api.tree
Interface ForTupleTree
-
- All Superinterfaces:
ExpressionTree,ForTree,HasTextRange,TerraformTree,Tree
- All Known Implementing Classes:
ForTupleTreeImpl
public interface ForTupleTree extends ForTree
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.iac.terraform.api.tree.TerraformTree
TerraformTree.Kind
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<ExpressionTree>condition()ExpressionTreeexpression()-
Methods inherited from interface org.sonar.iac.terraform.api.tree.ForTree
loopExpression, loopVariables
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
Methods inherited from interface org.sonar.iac.terraform.api.tree.TerraformTree
getKind, is
-
-
-
-
Method Detail
-
expression
ExpressionTree expression()
-
condition
Optional<ExpressionTree> condition()
-
-