Interface IExpression

    • Field Detail

    • Method Detail

      • evaluate

        Object evaluate()
        Evaluates this Expression and returns the result.
      • getContextType

        IType getContextType()
      • isNullSafe

        boolean isNullSafe()
      • isUnchecked

        boolean isUnchecked()