|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpnuts.lang.BinaryOperator
pnuts.lang.BinaryOperator.ShiftArithmetic
public static class BinaryOperator.ShiftArithmetic
The default implementation of >>> operator
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class pnuts.lang.BinaryOperator |
|---|
BinaryOperator.Add, BinaryOperator.And, BinaryOperator.Divide, BinaryOperator.Mod, BinaryOperator.Multiply, BinaryOperator.Or, BinaryOperator.ShiftArithmetic, BinaryOperator.ShiftLeft, BinaryOperator.ShiftRight, BinaryOperator.Subtract, BinaryOperator.Xor |
| Constructor Summary | |
|---|---|
BinaryOperator.ShiftArithmetic()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
op_int(int d1,
int d2)
Operation on ints |
java.lang.Object |
op_long(long d1,
long d2)
Operation on longs |
| Methods inherited from class pnuts.lang.BinaryOperator |
|---|
compressNumber, op_bdec, op_bint, op_boolean, op_double, op_float, op_numeric, op_numeric, op_object, op_string, op_string, operateOn |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryOperator.ShiftArithmetic()
| Method Detail |
|---|
public java.lang.Object op_int(int d1,
int d2)
BinaryOperator
op_int in class BinaryOperator
public java.lang.Object op_long(long d1,
long d2)
BinaryOperator
op_long in class BinaryOperator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||