public class APMethodInfo extends APMetadataInfo implements MethodInfo
processEnv| Constructor and Description |
|---|
APMethodInfo(ProcessingEnvironment processEnv,
ClassInfo ci,
ExecutableElement el) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MethodInfo o) |
<T extends Annotation> |
getAnnotation(Class<T> annClass) |
ClassInfo |
getDeclaringClass() |
String |
getName() |
Collection<ParameterInfo> |
getParameters() |
String |
getQualifiedName() |
String |
getReturnType() |
boolean |
isAbstract() |
boolean |
isPublic() |
boolean |
isStatic() |
boolean |
isStrictFP() |
boolean |
isSynchronized() |
String |
toString() |
getElementpublic APMethodInfo(ProcessingEnvironment processEnv, ClassInfo ci, ExecutableElement el)
public ClassInfo getDeclaringClass()
getDeclaringClass in interface MethodInfopublic String getName()
getName in interface MethodInfopublic String getReturnType()
getReturnType in interface MethodInfopublic Collection<ParameterInfo> getParameters()
getParameters in interface MethodInfopublic <T extends Annotation> T getAnnotation(Class<T> annClass)
getAnnotation in interface MethodInfopublic boolean isPublic()
isPublic in interface MethodInfopublic boolean isAbstract()
isAbstract in interface MethodInfopublic boolean isSynchronized()
isSynchronized in interface MethodInfopublic boolean isStrictFP()
isStrictFP in interface MethodInfopublic boolean isStatic()
isStatic in interface MethodInfopublic String getQualifiedName()
getQualifiedName in interface MethodInfopublic int compareTo(MethodInfo o)
compareTo in interface Comparable<MethodInfo>Copyright © 2014. All Rights Reserved.