Interface OperationStatementTree
- All Superinterfaces:
ExplicitStatementTree,HasTextRange,JclTree,StatementTree
- All Known Subinterfaces:
CommandStatementTree,ControlStatementTree,DdInStreamStatementTree,DdStatementTree,ExecStatementTree,ExportStatementTree,GenericStatementTree,IncludeStatementTree,JclLibStatementTree,JobStatementTree,NotifyStatementTree,OutputStatementTree,ProcStatementTree,ScheduleStatementTree,SetStatementTree,XmitStatementTree
Base interface for JCL statements that can define parameters.
-
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
-
parameters
- Returns:
- the parameters of the statement, if present.
-