|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations
public class MethodInfoWithAnnotations
| Field Summary | |
|---|---|
protected AnnotationInfo[] |
annotations
|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.MethodInfo |
|---|
accessFlags, argumentNames, argumentNamesIndex, attributeBytes, descriptor, exceptionNames, name, signature, signatureUtf8Offset, tagBits |
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.MethodInfo |
|---|
compareTo, createMethod, equals, getArgumentNames, getDefaultValue, getExceptionTypeNames, getGenericSignature, getMethodDescriptor, getModifiers, getParameterAnnotations, getSelector, getTagBits, hashCode, isClinit, isConstructor, isSynthetic, sizeInBytes, toString |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct |
|---|
doubleAt, floatAt, i4At, i8At, u1At, u2At, u4At, utf8At |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected AnnotationInfo[] annotations
| Method Detail |
|---|
public IBinaryAnnotation[] getAnnotations()
IBinaryMethod
getAnnotations in interface IBinaryMethodgetAnnotations in class MethodInfoprotected void initialize()
MethodInfo
initialize in class MethodInfoprotected void reset()
reset in class ClassFileStructprotected void toStringContent(java.lang.StringBuffer buffer)
toStringContent in class MethodInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||