|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.weld.util.bytecode.RuntimeMethodInformation
public class RuntimeMethodInformation
Contains all the data that is needed when working with a method in bytecode
Constructor Summary | |
---|---|
RuntimeMethodInformation(Method method)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuntimeMethodInformation(Method method)
Method Detail |
---|
public String getDeclaringClass()
MethodInformation
getDeclaringClass
in interface MethodInformation
public Method getMethod()
MethodInformation
getMethod
in interface MethodInformation
public String getDescriptor()
MethodInformation
getDescriptor
in interface MethodInformation
public String[] getParameterTypes()
MethodInformation
getParameterTypes
in interface MethodInformation
public String getReturnType()
MethodInformation
getReturnType
in interface MethodInformation
public String getName()
MethodInformation
getName
in interface MethodInformation
public int getModifiers()
MethodInformation
getModifiers
in interface MethodInformation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |