Interface KeywordParameterTree

All Superinterfaces:
HasTextRange, JclTree, ParameterTree

@Beta public interface KeywordParameterTree extends ParameterTree
A keyword parameter in a JCL statement. For example, in the following JCL statement:
   //ALPHA JOB 843,BOB,MSGCLASS=A,NOTIFY=&SYSUID
 
The two keyword parameters are MSGCLASS with the value A, and NOTIFY with the value &SYSUID. See IBM Reference - Format of statements - Parameter field for more information.
  • Method Details

    • key

      Returns:
      the token representing the keyword part of the parameter.
    • equ

      Returns:
      the token representing the equal sign.
    • value

      Returns:
      the value of the parameter.