Interface ParenthesizedRelationalExpressionTree

All Superinterfaces:
BooleanExpressionTree, HasTextRange, JclTree

@Beta public interface ParenthesizedRelationalExpressionTree extends BooleanExpressionTree
A relation expression enclosed in parentheses, e.g. (RC > 8).
  • Method Details

    • openingParenthesis

      SyntaxToken openingParenthesis()
      Returns:
      the opening parenthesis token.
    • expression

      BooleanExpressionTree expression()
      Returns:
      the enclosed expression.
    • closingParenthesis

      SyntaxToken closingParenthesis()
      Returns:
      the closing parenthesis token.