Interface GenericStatementTree
- All Superinterfaces:
ExplicitStatementTree,HasTextRange,JclTree,OperationStatementTree,StatementTree
A generic JCL statement, statements that are not recognized as a specific operation.
These statements usually represent a JCL command statement, for example:
These statements usually represent a JCL command statement, for example:
// DISPLAY TS,LIST // F NETVIEW,CLOSE IMMEDSee IBM Reference - JCL command statement.
-
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.OperationStatementTree
parametersMethods inherited from interface org.sonar.plugins.jcl.api.tree.statement.StatementTree
nameValue, operationValue