public class ReflectionIClass.ReflectionIMethod extends IClass.IMethod
| Modifier and Type | Field and Description |
|---|---|
private java.lang.reflect.Method |
method |
| Constructor and Description |
|---|
ReflectionIMethod(java.lang.reflect.Method method) |
| Modifier and Type | Method and Description |
|---|---|
Access |
getAccess() |
Java.Annotation[] |
getAnnotations() |
java.lang.String |
getName() |
IClass[] |
getParameterTypes2() |
IClass |
getReturnType() |
IClass[] |
getThrownExceptions2() |
boolean |
isAbstract() |
boolean |
isStatic() |
boolean |
isVarargs() |
getDescriptor2, toStringargsNeedAdjust, getDeclaringIClass, getDescriptor, getParameterTypes, getThrownExceptions, isLessSpecificThan, isMoreSpecificThan, setArgsNeedAdjustpublic Access getAccess()
getAccess in interface IClass.IMembergetAccess in class IClass.IInvocableAccess.PRIVATE, Access.PROTECTED,
Access.DEFAULT and Access.PUBLIC.public Java.Annotation[] getAnnotations()
public java.lang.String getName()
getName in class IClass.IMethodpublic boolean isVarargs()
isVarargs in class IClass.IInvocablepublic IClass[] getParameterTypes2()
getParameterTypes2 in class IClass.IInvocablepublic boolean isStatic()
isStatic in class IClass.IMethodpublic boolean isAbstract()
isAbstract in class IClass.IMethodpublic IClass getReturnType()
getReturnType in class IClass.IMethodpublic IClass[] getThrownExceptions2()
getThrownExceptions2 in class IClass.IInvocable