public class MethodInfoWithAnnotations extends MethodInfo
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationInfo[] |
annotations |
accessFlags, argumentNames, attributeBytes, descriptor, exceptionNames, name, signature, signatureUtf8Offset, tagBits| Modifier and Type | Method and Description |
|---|---|
IBinaryAnnotation[] |
getAnnotations()
Answer the runtime visible and invisible annotations for this method or null if none.
|
protected void |
initialize()
This method is used to fully initialize the contents of the receiver.
|
protected void |
reset() |
protected void |
toStringContent(java.lang.StringBuffer buffer) |
compareTo, createMethod, equals, getAnnotatedParametersCount, getArgumentNames, getDefaultValue, getExceptionTypeNames, getGenericSignature, getMethodDescriptor, getModifiers, getParameterAnnotations, getSelector, getTagBits, getTypeAnnotations, hashCode, isClinit, isConstructor, isSynthetic, sizeInBytes, toStringprotected AnnotationInfo[] annotations
public IBinaryAnnotation[] getAnnotations()
IBinaryMethodgetAnnotations in interface IBinaryMethodgetAnnotations in class MethodInfoprotected void initialize()
MethodInfoinitialize in class MethodInfoprotected void reset()
reset in class ClassFileStructprotected void toStringContent(java.lang.StringBuffer buffer)
toStringContent in class MethodInfo