Interface ControlStatementTree
- All Superinterfaces:
ExplicitStatementTree,HasTextRange,JclTree,OperationStatementTree,StatementTree
A CNTL statement.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.jcl.api.tree.JclTree
JclTree.Kind -
Method Summary
Modifier and TypeMethodDescriptionMethods 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.OperationStatementTree
parametersMethods inherited from interface org.sonar.plugins.jcl.api.tree.statement.StatementTree
nameValue, operationValue
-
Method Details
-
statements
List<StatementTree> statements()- Returns:
- list of statements within the control statement.
-
controlEndStatement
ControlEndStatementTree controlEndStatement()- Returns:
- the ENDCNTL statement.
-