| java.lang.Object jsint.Op
Op | public class Op (Code) | | This class provides methods for those scalar operations which cannot
be obtained using reflection on the standard Java libraries.
author: Timothy J. Hickey, Copyright 2000, tim@cs.brandeis.edu, license author: subsequently modified by Jscheme project members author: licensed under zlib licence (see license.txt) |
Method Summary | |
public static Number | add(Object a, Object b) | public static Number | addMulti(Pair x) | public static Number | and(Object a, Object b) | public static Number | charToNumber(Character a) | public static Number | complement(Object a) | public static Number | div(Object a, Object b) | public static boolean | eq(Object a, Object b) | public static boolean | eqv(Object a, Object b) | public static boolean | ge(Object a, Object b) | public static Number | genericBinaryMultiOp(int op, Number acc, Pair args) | public static boolean | gt(Object a, Object b) | public static Number | imp(Object a, Object b) | public static boolean | le(Object a, Object b) | public static Number | leftShift(Object a, Object b) | public static boolean | lt(Object a, Object b) | public static Class | lubNumericClass(Class a, Class b) | public static Number | mod(Object a, Object b) | public static Number | modulo(Object a, Object b) | public static Number | mul(Object a, Object b) | public static Number | mulMulti(Pair x) | public static boolean | ne(Object a, Object b) | public static Number | negate(Object a) | public static Character | numberToChar(Number a) | public static Number | or(Object a, Object b) | public static Number | rightShift(Object a, Object b) | public static Number | rightShiftZ(Object a, Object b) | public static boolean | sameObject(Object a, Object b) | public static Number | sgn(Object a) | public static Number | sub(Object a, Object b) | public static Number | toNumber(Object x) | public static Number | xor(Object a, Object b) |
ADDSUBMULDIVMODANDORXORIMPLSHRSHRSHZEQLTGTLEGENECOMPLEMENTNEGATESGNMODULO | final public static int ADDSUBMULDIVMODANDORXORIMPLSHRSHRSHZEQLTGTLEGENECOMPLEMENTNEGATESGNMODULO(Code) | | |
|
|