Interface ElseStatementTree
- All Superinterfaces:
ExplicitStatementTree,HasTextRange,JclTree,StatementTree
An ELSE statement in an IF/THEN/ELSE/ENDIF statement construct.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.jcl.api.tree.JclTree
JclTree.Kind -
Method Summary
Methods inherited from interface org.sonar.plugins.jcl.api.tree.statement.ExplicitStatementTree
identifier, name, operationMethods inherited from interface org.sonar.plugins.jcl.api.tree.HasTextRange
textRangeMethods inherited from interface org.sonar.plugins.jcl.api.tree.JclTree
children, getKind, is, parentMethods inherited from interface org.sonar.plugins.jcl.api.tree.statement.StatementTree
nameValue, operationValue
-
Method Details
-
statements
List<StatementTree> statements()- Returns:
- the list of statements in the ELSE block.
-