Class MultiplicativeExpression

    • Constructor Detail

      • MultiplicativeExpression

        public MultiplicativeExpression()
    • Method Detail

      • evaluate

        public static java.lang.Object evaluate​(IType type,
                                                java.lang.Object lhsValue,
                                                java.lang.Object rhsValue,
                                                IType lhsType,
                                                IType rhsType,
                                                int iOperator,
                                                boolean bNullSafe,
                                                java.lang.Object ctx,
                                                int startLhs,
                                                int endLhs,
                                                int startRhs,
                                                int endRhs)
      • evaluate

        public static java.lang.Object evaluate​(IType type,
                                                java.lang.Object lhsValue,
                                                java.lang.Object rhsValue,
                                                IType lhsType,
                                                IType rhsType,
                                                int iOperator,
                                                boolean bNullSafe)