Uses of Class
gnu.kawa.functions.CompileArith
-
Packages that use CompileArith Package Description gnu.kawa.functions -
-
Uses of CompileArith in gnu.kawa.functions
Fields in gnu.kawa.functions declared as CompileArith Modifier and Type Field Description static CompileArith
CompileArith. MINUS
static CompileArith
CompileArith. PLUS
Methods in gnu.kawa.functions that return CompileArith Modifier and Type Method Description static CompileArith
CompileArith. forBitwise(Object proc)
static CompileArith
CompileArith. forDiv(Object proc)
static CompileArith
CompileArith. forMul(Object proc)
-