Modifiers | Name | Description |
---|---|---|
static class |
CachedClass.CachedMethodComparatorByName |
|
static class |
CachedClass.CachedMethodComparatorWithString |
Modifiers | Name | Description |
---|---|---|
static CachedClass[] |
EMPTY_ARRAY |
|
ClassInfo |
classInfo |
|
boolean |
isArray |
|
boolean |
isInterface |
|
boolean |
isNumber |
|
boolean |
isPrimitive |
|
int |
modifiers |
|
CachedMethod[] |
mopMethods |
Constructor and description |
---|
CachedClass
(Class klazz, ClassInfo classInfo) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
addNewMopMethods(List<MetaMethod> arr) |
|
Object |
coerceArgument(Object argument) |
|
CachedClass |
getCachedClass() compatibility method |
|
CachedClass |
getCachedSuperClass() |
|
CallSiteClassLoader |
getCallSiteLoader() |
|
CachedConstructor[] |
getConstructors() |
|
Set<CachedClass> |
getDeclaredInterfaces() |
|
CachedField[] |
getFields() |
|
Collection<ClassInfo> |
getHierarchy() |
|
Set<CachedClass> |
getInterfaces() |
|
CachedMethod[] |
getMethods() |
|
int |
getModifiers() |
|
String |
getName() |
|
MetaMethod[] |
getNewMetaMethods() |
|
int |
getSuperClassDistance() |
|
Class |
getTheClass() |
|
String |
getTypeDescription() |
|
int |
hashCode() |
|
boolean |
isAssignableFrom(Class argument) |
|
boolean |
isDirectlyAssignable(Object argument) |
|
boolean |
isInterface() |
|
boolean |
isPrimitive() |
|
boolean |
isVoid() |
|
CachedMethod |
searchMethods(String name, CachedClass[] parameterTypes) |
|
void |
setNewMopMethods(List<MetaMethod> arr) |
|
String |
toString() |
compatibility method
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.