|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
boolean |
alreadySetAccessible
|
CachedClass |
cachedClass
|
Method |
cachedMethod
|
MyComparator |
comparator
|
int |
hashCode
|
int |
methodIndex
|
Constructor Summary | |
CachedMethod(CachedClass clazz, Method method)
|
|
CachedMethod(Method method)
|
Method Summary | |
---|---|
boolean |
canBeCalledByReflector()
|
int |
compareTo(Object o)
|
int |
compareToCachedMethod(CachedMethod m)
|
int |
compareToMethod(Method m)
|
boolean |
equals(Object o)
|
static CachedMethod |
find(Method method)
|
CachedClass |
getDeclaringClass()
|
String |
getDescriptor()
|
int |
getMethodIndex()
|
int |
getModifiers()
|
String |
getName()
|
def |
getPT()
|
ParameterTypes |
getParamTypes()
|
int |
getParamsCount()
|
Class |
getReturnType()
|
String |
getSignature()
|
int |
hashCode()
|
Object |
invoke(Object object, def arguments)
|
boolean |
isStatic()
|
Method |
setAccessible()
|
void |
setAccessible0()
|
void |
setMethodIndex(int i)
|
String |
toString()
|
Constructor Detail |
---|
public CachedMethod(CachedClass clazz, Method method)
public CachedMethod(Method method)
Method Detail |
---|
public boolean canBeCalledByReflector()
public int compareTo(Object o)
int compareToCachedMethod(CachedMethod m)
int compareToMethod(Method m)
public boolean equals(Object o)
public static CachedMethod find(Method method)
public CachedClass getDeclaringClass()
public String getDescriptor()
public int getMethodIndex()
public int getModifiers()
public String getName()
def getPT()
public ParameterTypes getParamTypes()
public int getParamsCount()
public Class getReturnType()
public String getSignature()
public int hashCode()
public Object invoke(Object object, def arguments)
public boolean isStatic()
public Method setAccessible()
void setAccessible0()
public void setMethodIndex(int i)
public String toString()