Method | Description | |
---|---|---|
Primitive ( int id, int minArgs, int maxArgs ) : System | ||
apply ( |
||
charCompare ( Object x, Object y, bool ci ) : int | ||
installPrimitives ( Environment env ) : Environment | ||
memberAssoc ( Object obj, Object list, char m, char eq ) : Object | ||
numCompare ( Object args, char op ) : Object | ||
numCompute ( Object args, char op, double result ) : Object | ||
stringAppend ( Object args ) : char[] | ||
stringCompare ( Object x, Object y, bool ci ) : int |
Method | Description | |
---|---|---|
append ( Object args ) : Object | ||
append2 ( Object x, Object y ) : Object | ||
gcd ( Object args ) : Object | ||
gcd2 ( long a, long b ) : long | ||
isExact ( Object x ) : bool | ||
isList ( Object x ) : bool | ||
lcm ( Object args ) : Object | ||
map ( |
||
numberToString ( Object x, Object y ) : Object | ||
openInputFile ( Object filename ) : |
||
openOutputFile ( Object filename ) : |
||
sign ( int x ) : int | ||
stringToNumber ( Object x, Object y ) : Object |
public Primitive ( int id, int minArgs, int maxArgs ) : System | ||
id | int | |
minArgs | int | |
maxArgs | int | |
return | System |
public apply ( |
||
interp | ||
args | Object | |
return | Object |
public static charCompare ( Object x, Object y, bool ci ) : int | ||
x | Object | |
y | Object | |
ci | bool | |
return | int |
public static installPrimitives ( Environment env ) : Environment | ||
env | Environment | |
return | Environment |
public static memberAssoc ( Object obj, Object list, char m, char eq ) : Object | ||
obj | Object | |
list | Object | |
m | char | |
eq | char | |
return | Object |
public static numCompare ( Object args, char op ) : Object | ||
args | Object | |
op | char | |
return | Object |
public static numCompute ( Object args, char op, double result ) : Object | ||
args | Object | |
op | char | |
result | double | |
return | Object |
public static stringAppend ( Object args ) : char[] | ||
args | Object | |
return | char[] |
public static stringCompare ( Object x, Object y, bool ci ) : int | ||
x | Object | |
y | Object | |
ci | bool | |
return | int |