Метод | Описание | |
---|---|---|
Accept ( ISqlAstVisitor visitor ) : void | ||
ArithmeticAddExpression ( 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 | |
Результат | void |
public ArithmeticAddExpression ( IExpression leftOprand, IExpression rightOprand ) : System | ||
leftOprand | IExpression | |
rightOprand | IExpression | |
Результат | System |
public Calculate ( BigDecimal bigDecimal1, BigDecimal bigDecimal2 ) : |
||
bigDecimal1 | BigDecimal | |
bigDecimal2 | BigDecimal | |
Результат |
public Calculate ( BigInteger bigint1, BigInteger bigint2 ) : |
||
bigint1 | BigInteger | |
bigint2 | BigInteger | |
Результат |
public Calculate ( int integer1, int integer2 ) : |
||
integer1 | int | |
integer2 | int | |
Результат |
public Calculate ( long long1, long long2 ) : |
||
long1 | long | |
long2 | long | |
Результат |