pnuts.lang
Class BinaryOperator.ShiftArithmetic

java.lang.Object
  extended by pnuts.lang.BinaryOperator
      extended by pnuts.lang.BinaryOperator.ShiftArithmetic
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
BinaryOperator

public static class BinaryOperator.ShiftArithmetic
extends BinaryOperator

The default implementation of >>> operator

See Also:
Serialized Form

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

BinaryOperator.ShiftArithmetic

public BinaryOperator.ShiftArithmetic()
Method Detail

op_int

public java.lang.Object op_int(int d1,
                               int d2)
Description copied from class: BinaryOperator
Operation on ints

Overrides:
op_int in class BinaryOperator

op_long

public java.lang.Object op_long(long d1,
                                long d2)
Description copied from class: BinaryOperator
Operation on longs

Overrides:
op_long in class BinaryOperator