|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.transjvm.Operator
public class Operator
Nested Class Summary | |
---|---|
static class |
Operator.Boolean
|
static class |
Operator.Compare
|
static class |
Operator.Math
|
Field Summary | |
---|---|
static Operator.Math |
ADD
Addition operator |
static Operator.Boolean |
AND
And operator, only valid for integral types. |
static Operator.Math |
DIV
Division operator |
static Operator.Compare |
EQ
The equality operator. |
static Operator.Compare |
GE
The greater than or equals operator. |
static Operator.Compare |
GT
The greater than operator. |
static Operator.Compare |
LE
The less than or equals operator. |
static Operator.Compare |
LT
The less than operator. |
static Operator.Math |
MUL
Multiplication operator |
static Operator.Compare |
NE
The inequality operator. |
static Operator.Boolean |
OR
Or operator, only valid for integral types. |
static Operator.Math |
REM
Remainder operator |
static Operator.Math |
SHL
Shift left operator, only valid for integral types. |
static Operator.Math |
SSHR
Signed shift right operator, only valid for integral types. |
static Operator.Math |
SUB
Subtraction operator |
static Operator.Math |
USHR
Unsigned shift right operator, only valid for integral types. |
static Operator.Boolean |
XOR
Xor operator, only valid for integral types. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Operator.Math DIV
public static final Operator.Math MUL
public static final Operator.Math REM
public static final Operator.Math ADD
public static final Operator.Math SUB
public static final Operator.Math SHL
public static final Operator.Math SSHR
public static final Operator.Math USHR
public static final Operator.Boolean AND
public static final Operator.Boolean OR
public static final Operator.Boolean XOR
public static final Operator.Compare EQ
public static final Operator.Compare NE
public static final Operator.Compare GT
public static final Operator.Compare LT
public static final Operator.Compare GE
public static final Operator.Compare LE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |