|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjsint.Procedure
jsint.Reflector
public abstract class Reflector
A Reflector contains one or more Java metaobjects that are cached. They need to be reset() when the classpath is reset.
| Field Summary | |
|---|---|
boolean |
isPrivileged
|
static java.util.Vector |
reflectors
|
| Fields inherited from class jsint.Procedure |
|---|
maxArgs, minArgs, name |
| Constructor Summary | |
|---|---|
Reflector()
Add yourself to the reflectors |
|
| Method Summary | |
|---|---|
protected java.lang.Object |
readResolve()
|
protected void |
reset()
Reset your classpath dependent state. |
static void |
resetAll()
Reset all know reflectors |
| Methods inherited from class jsint.Procedure |
|---|
apply, apply, apply, catching, getName, makeArgArray, makeArgArray, 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.util.Vector reflectors
public boolean isPrivileged
| Constructor Detail |
|---|
public Reflector()
| Method Detail |
|---|
public static void resetAll()
protected void reset()
protected java.lang.Object readResolve()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||