|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method info
Field Summary | |
static ClassInfo[] |
NO_EXCEPTIONS
No Exceptions |
static ParameterInfo[] |
NO_PARAMS
No parameters |
static TypeInfo[] |
NO_PARAMS_TYPES
No parameters |
Fields inherited from interface org.jboss.reflect.spi.ModifierInfo |
ABSTRACT, CONSTANT, FINAL, PACKAGE, PACKAGE_ABSTRACT, PACKAGE_CONSTANT, PACKAGE_STATIC, PRIVATE, PRIVATE_CONSTANT, PRIVATE_STATIC, PROTECTED, PROTECTED_ABSTRACT, PROTECTED_CONSTANT, PROTECTED_STATIC, PUBLIC, PUBLIC_ABSTRACT, PUBLIC_CONSTANT, PUBLIC_STATIC, STATIC |
Method Summary | |
ClassInfo |
getDeclaringClass()
Get the declaring class |
ClassInfo[] |
getExceptionTypes()
Get the exception types |
Method |
getMethod()
Get the method |
String |
getName()
Get the method name |
ParameterInfo[] |
getParameters()
Get the parameters |
TypeInfo[] |
getParameterTypes()
Get the parameter types |
TypeInfo |
getReturnType()
Get the return type |
Methods inherited from interface org.jboss.reflect.spi.AnnotatedInfo |
getAnnotation, getAnnotations, isAnnotationPresent |
Methods inherited from interface org.jboss.util.JBossInterface |
clone, toShortString, toShortString |
Methods inherited from interface org.jboss.reflect.spi.ModifierInfo |
getModifiers, isPublic, isStatic |
Field Detail |
public static final TypeInfo[] NO_PARAMS_TYPES
public static final ParameterInfo[] NO_PARAMS
public static final ClassInfo[] NO_EXCEPTIONS
Method Detail |
public String getName()
public Method getMethod()
public ClassInfo getDeclaringClass()
getDeclaringClass
in interface MemberInfo
public TypeInfo[] getParameterTypes()
public ParameterInfo[] getParameters()
public ClassInfo[] getExceptionTypes()
public TypeInfo getReturnType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |