|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.weld.util.bytecode.StaticMethodInformation
public class StaticMethodInformation
Constructor Summary | |
---|---|
StaticMethodInformation(String name,
Class<?>[] parameterTypes,
Class<?> returnType,
String declaringClass)
|
|
StaticMethodInformation(String name,
Class<?>[] parameterTypes,
Class<?> returnType,
String declaringClass,
int modifiers)
|
|
StaticMethodInformation(String name,
String[] parameterTypes,
String returnType,
String declaringClass)
|
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 StaticMethodInformation(String name, Class<?>[] parameterTypes, Class<?> returnType, String declaringClass)
public StaticMethodInformation(String name, Class<?>[] parameterTypes, Class<?> returnType, String declaringClass, int modifiers)
public StaticMethodInformation(String name, String[] parameterTypes, String returnType, String declaringClass)
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 |