|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsint.Procedure
jsint.Reflector
jsint.StaticReflector
public abstract class StaticReflector
StaticReflector's like JavaConstructor and Generic can share this behavior.
Field Summary | |
---|---|
static java.lang.Object[] |
args0
|
Fields inherited from class jsint.Reflector |
---|
isPrivileged, reflectors |
Fields inherited from class jsint.Procedure |
---|
maxArgs, minArgs, name |
Constructor Summary | |
---|---|
StaticReflector()
|
Method Summary | |
---|---|
java.lang.Object[] |
makeArgArray(java.lang.Object[] code,
Evaluator eval,
LexicalEnvironment lexenv)
Code is an Object[] who's first element is a JavaConstructor, and remaining elements are arguments. |
java.lang.Object[] |
makeArgArray(Pair args)
Convert a list of arguments into an array expected by the procedure. |
Methods inherited from class jsint.Reflector |
---|
readResolve, reset, resetAll |
Methods inherited from class jsint.Procedure |
---|
apply, apply, apply, catching, getName, nParms, run, setName, stripExceptionWrapper, synchronize, throwObject, throwRuntimeException, toString, toStringArgs, tryCatch, tryFinally |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Object[] args0
Constructor Detail |
---|
public StaticReflector()
Method Detail |
---|
public java.lang.Object[] makeArgArray(java.lang.Object[] code, Evaluator eval, LexicalEnvironment lexenv)
makeArgArray
in class Procedure
public java.lang.Object[] makeArgArray(Pair args)
Procedure
makeArgArray
in class Procedure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |