Interface SymbolTree

All Superinterfaces:
BooleanExpressionTree, ExpressionTree, HasTextRange, JclTree

@Beta public interface SymbolTree extends ExpressionTree, BooleanExpressionTree
A JCL symbol, such as &SYSUID.
  • Method Details

    • ampersand

      SyntaxToken ampersand()
      Returns:
      the token representing the ampersand character.
    • name

      SyntaxToken name()
      Returns:
      the token representing the symbol name.