|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jexl.util.introspection.ClassMap.MethodInfo
private static final class ClassMap.MethodInfo
Used for the iterative discovery process for public methods.
Field Summary | |
---|---|
(package private) java.lang.reflect.Method |
method
|
(package private) java.lang.String |
name
|
(package private) java.lang.Class[] |
parameterTypes
|
(package private) boolean |
upcast
|
Constructor Summary | |
---|---|
ClassMap.MethodInfo(java.lang.reflect.Method method)
|
Method Summary | |
---|---|
(package private) void |
tryUpcasting(java.lang.Class clazz)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.reflect.Method method
java.lang.String name
java.lang.Class[] parameterTypes
boolean upcast
Constructor Detail |
---|
ClassMap.MethodInfo(java.lang.reflect.Method method)
Method Detail |
---|
void tryUpcasting(java.lang.Class clazz) throws java.lang.NoSuchMethodException
java.lang.NoSuchMethodException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |