Interface ExecStatementTree
- All Superinterfaces:
ExplicitStatementTree,HasTextRange,JclTree,OperationStatementTree,StatementTree
An EXEC statement.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.jcl.api.tree.JclTree
JclTree.Kind -
Method Summary
Modifier and TypeMethodDescriptionReturns theControlStatementTreeof the EXEC statement tree, if present.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.OperationStatementTree
parametersMethods inherited from interface org.sonar.plugins.jcl.api.tree.statement.StatementTree
nameValue, operationValue
-
Method Details
-
controlStatement
Returns theControlStatementTreeof the EXEC statement tree, if present. -
ddStatements
List<BaseDdStatementTree> ddStatements()- Returns:
- the list of DD statements in the EXEC statement.
-