Method | Description | |
---|---|---|
Accept ( ISqlAstVisitor visitor ) : void | ||
ArithmeticMultiplyExpression ( IExpression leftOprand, IExpression rightOprand ) : System | ||
Calculate ( BigDecimal bigDecimal1, BigDecimal bigDecimal2 ) : |
||
Calculate ( BigInteger bigint1, BigInteger bigint2 ) : |
||
Calculate ( int integer1, int integer2 ) : |
||
Calculate ( long long1, long long2 ) : |
public Accept ( ISqlAstVisitor visitor ) : void | ||
visitor | ISqlAstVisitor | |
return | void |
public ArithmeticMultiplyExpression ( IExpression leftOprand, IExpression rightOprand ) : System | ||
leftOprand | IExpression | |
rightOprand | IExpression | |
return | System |
public Calculate ( BigDecimal bigDecimal1, BigDecimal bigDecimal2 ) : |
||
bigDecimal1 | BigDecimal | |
bigDecimal2 | BigDecimal | |
return |
public Calculate ( BigInteger bigint1, BigInteger bigint2 ) : |
||
bigint1 | BigInteger | |
bigint2 | BigInteger | |
return |
public Calculate ( int integer1, int integer2 ) : |
||
integer1 | int | |
integer2 | int | |
return |
public Calculate ( long long1, long long2 ) : |
||
long1 | long | |
long2 | long | |
return |