Package com.sun.el.util
Class ReflectionUtil.MethodWrapper
- java.lang.Object
-
- com.sun.el.util.ReflectionUtil.Wrapper
-
- com.sun.el.util.ReflectionUtil.MethodWrapper
-
- Enclosing class:
- ReflectionUtil
private static class ReflectionUtil.MethodWrapper extends ReflectionUtil.Wrapper
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Method
m
-
Constructor Summary
Constructors Constructor Description MethodWrapper(java.lang.reflect.Method m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>[]
getParameterTypes()
boolean
isBridge()
boolean
isVarArgs()
java.lang.Object
unWrap()
-
Methods inherited from class com.sun.el.util.ReflectionUtil.Wrapper
wrap, wrap
-
-
-
-
Method Detail
-
unWrap
public java.lang.Object unWrap()
- Specified by:
unWrap
in classReflectionUtil.Wrapper
-
getParameterTypes
public java.lang.Class<?>[] getParameterTypes()
- Specified by:
getParameterTypes
in classReflectionUtil.Wrapper
-
isVarArgs
public boolean isVarArgs()
- Specified by:
isVarArgs
in classReflectionUtil.Wrapper
-
isBridge
public boolean isBridge()
- Specified by:
isBridge
in classReflectionUtil.Wrapper
-
-