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