public final class Operators extends Object
| Constructor and Description |
|---|
Operators() |
| Modifier and Type | Method and Description |
|---|---|
static double |
aadd(LValue lhs,
RValue rhs) |
static double |
add(RValue lhs,
RValue rhs) |
static double |
adiv(LValue lhs,
RValue rhs) |
static double |
aexp(LValue lhs,
RValue rhs) |
static double |
amod(LValue lhs,
RValue rhs) |
static double |
amul(LValue lhs,
RValue rhs) |
static double |
and(RValue lhs,
RValue rhs) |
static double |
ass(LValue lhs,
RValue rhs) |
static double |
asub(LValue lhs,
RValue rhs) |
static double |
dec(LValue x) |
static double |
div(RValue lhs,
RValue rhs) |
static double |
equ(RValue lhs,
RValue rhs) |
static double |
fac(RValue x) |
static double |
geq(RValue lhs,
RValue rhs) |
static Function |
getOperator(int position,
String name,
RValue argument) |
static Function |
getOperator(int position,
String name,
RValue lhs,
RValue rhs) |
static double |
gth(RValue lhs,
RValue rhs) |
static double |
inc(LValue x) |
static double |
inv(RValue x) |
static double |
leq(RValue lhs,
RValue rhs) |
static double |
lth(RValue lhs,
RValue rhs) |
static double |
mod(RValue lhs,
RValue rhs) |
static double |
mul(RValue lhs,
RValue rhs) |
static double |
near(RValue lhs,
RValue rhs) |
static double |
neg(RValue x) |
static double |
neq(RValue lhs,
RValue rhs) |
static double |
not(RValue x) |
static double |
or(RValue lhs,
RValue rhs) |
static double |
postdec(LValue x) |
static double |
postinc(LValue x) |
static double |
pow(RValue lhs,
RValue rhs) |
static double |
shl(RValue lhs,
RValue rhs) |
static double |
shr(RValue lhs,
RValue rhs) |
static double |
sub(RValue lhs,
RValue rhs) |
public static Function getOperator(int position, String name, RValue lhs, RValue rhs) throws NoSuchMethodException
NoSuchMethodExceptionpublic static Function getOperator(int position, String name, RValue argument) throws NoSuchMethodException
NoSuchMethodExceptionpublic static double add(RValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double sub(RValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double mul(RValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double div(RValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double mod(RValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double pow(RValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double neg(RValue x) throws EvaluationException
EvaluationExceptionpublic static double not(RValue x) throws EvaluationException
EvaluationExceptionpublic static double inv(RValue x) throws EvaluationException
EvaluationExceptionpublic static double lth(RValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double gth(RValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double leq(RValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double geq(RValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double equ(RValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double neq(RValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double near(RValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double or(RValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double and(RValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double shl(RValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double shr(RValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double ass(LValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double aadd(LValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double asub(LValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double amul(LValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double adiv(LValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double amod(LValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double aexp(LValue lhs, RValue rhs) throws EvaluationException
EvaluationExceptionpublic static double inc(LValue x) throws EvaluationException
EvaluationExceptionpublic static double dec(LValue x) throws EvaluationException
EvaluationExceptionpublic static double postinc(LValue x) throws EvaluationException
EvaluationExceptionpublic static double postdec(LValue x) throws EvaluationException
EvaluationExceptionpublic static double fac(RValue x) throws EvaluationException
EvaluationExceptionCopyright © 2010-2014. All Rights Reserved.