Interface NegateExpressionTree

All Superinterfaces:
BooleanExpressionTree, HasTextRange, JclTree

@Beta public interface NegateExpressionTree extends BooleanExpressionTree
A negation in a relational expression, e.g. ¬(RC > 8).

See IBM Reference - NOT operator.

  • Method Details

    • negateOperator

      SyntaxToken negateOperator()
      Returns:
      the negation operator token (¬ or NOT).
    • expression

      BooleanExpressionTree expression()
      Returns:
      the negated expression.