public interface MethodInformation
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeclaringClass()
The declaring class name in java dotted form (e.g.
|
java.lang.String |
getDescriptor()
Gets the method descriptor
|
java.lang.reflect.Method |
getMethod()
This may return null if Method is not available yet
|
int |
getModifiers()
The method modifiers
|
java.lang.String |
getName()
the method name
|
java.lang.String[] |
getParameterTypes()
returns string representations of the parameter types
|
java.lang.String |
getReturnType()
Gets the method return type, in descriptor format (e.g.
|
java.lang.String getDeclaringClass()
java.lang.reflect.Method getMethod()
java.lang.String getDescriptor()
java.lang.String[] getParameterTypes()
java.lang.String getReturnType()
java.lang.String getName()
int getModifiers()
Copyright © 2015. All Rights Reserved.