Class ArithmeticExpression

    • Constructor Detail

      • ArithmeticExpression

        public ArithmeticExpression​(Expression e1,
                                    Expression e2,
                                    int opType,
                                    boolean forceNumeric)
      • ArithmeticExpression

        public ArithmeticExpression()
    • Method Detail

      • getType

        public java.lang.Class<?> getType()
        Description copied from interface: Expression
        Return the type that this expression will return
      • getOpName

        public java.lang.String getOpName()
        Description copied from interface: Expression
        Return a human-readable name for the operation that this expression performs
      • getOpType

        public int getOpType()
      • setOpType

        public void setOpType​(int i)
      • isConcat

        public boolean isConcat()
      • setConcat

        public void setConcat​(boolean isConcat)