public abstract class MethodBase extends MemberInfo
| Constructor and Description |
|---|
MethodBase() |
| Modifier and Type | Method and Description |
|---|---|
CallingConvention |
getCallingConvention() |
ParameterList |
getParameters() |
abstract SignatureType |
getSignatureType() |
TypeList |
getThrownTypes() |
appendBriefDescription, appendDescription, appendErasedDescription, appendErasedSignature, appendSignature, appendSimpleDescription, getAnnotation, getAnnotations, getAnnotationsByType, getBriefDescription, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, getDeclaringType, getDescription, getErasedDescription, getErasedSignature, getMemberType, getModifiers, getName, getReflectedType, getSignature, getSimpleDescription, isAnnotationPresent, isEquivalentTo, isFinal, isNonPublic, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, toStringpublic abstract SignatureType getSignatureType()
public ParameterList getParameters()
public TypeList getThrownTypes()
public CallingConvention getCallingConvention()