|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.runtime.sites.java.ObjectProxy.DelegateCache
public static class ObjectProxy.DelegateCache
Find and cache delegates by name.
Constructor Summary | |
---|---|
ObjectProxy.DelegateCache(java.lang.Class type,
java.lang.Object that)
Both the type and receiver are required so that you can use this for static methods (where the receiver is null). |
Method Summary | |
---|---|
protected ObjectProxy.Delegate |
get(java.lang.String methodName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectProxy.DelegateCache(java.lang.Class type, java.lang.Object that)
Method Detail |
---|
protected ObjectProxy.Delegate get(java.lang.String methodName) throws TokenException
TokenException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |