Package org.sonar.plugins.jcl.api.tree
Interface PositionalParameterTree
- All Superinterfaces:
HasTextRange,JclTree,ParameterTree
A positional parameter in a JCL statement.
For example, in the following JCL statement:
For example, in the following JCL statement:
//ALPHA JOB 843,BOB,MSGCLASS=AThe two positional parameters are
843 and BOB.
See IBM Reference - Format of statements - Parameter field
for more information.-
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.HasTextRange
textRange
-
Method Details
-
value
ExpressionTree value()- Returns:
- the value of the parameter.
-