Interface ExpressionOwner

    • Method Detail

      • getExpression

        Expression getExpression()
        Get the raw Expression object that this class wraps.
        Returns:
        the raw Expression object, which should not normally be null.
      • setExpression

        void setExpression​(Expression exp)
        Set the raw expression object for this object.
        Parameters:
        exp - the raw Expression object, which should not normally be null.