Interface KeyValueExpressionTree

All Superinterfaces:
ExpressionTree, HasTextRange, JclTree

@Beta public interface KeyValueExpressionTree extends ExpressionTree
A key-value pair in a JCL statement, such as SER=606674.
The difference between a KeywordParameterTree and a key-value expression is that a keyword parameter is in a statement's parameter list, whereas the key-value expression is part of a parameter value.
For example, in the following statement:
   //DD1 DD DSN=A.B.C,VOLUME=SER=606674
 
The value of the keyword parameter VOLUME is the key-value expression SER=606674.
  • Method Details