Interface ProcStatementTree
- All Superinterfaces:
ExplicitStatementTree,HasTextRange,JclTree,OperationStatementTree,StatementTree
A PROC 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 in the procedure.
-
pendStatement
- Returns:
- the PEND statement of the procedure, if it is present
-