|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfo
org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfoWithAnnotations
public class AnnotationMethodInfoWithAnnotations
Field Summary |
---|
Fields inherited from class org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfo |
---|
defaultValue |
Fields inherited from class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo |
---|
accessFlags, 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.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfo |
---|
createAnnotationMethod, getDefaultValue |
Methods inherited from class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo |
---|
compareTo, createMethod, getArgumentNames, getExceptionTypeNames, getGenericSignature, getMethodDescriptor, getModifiers, getParameterAnnotations, getSelector, getTagBits, isClinit, isConstructor, isSynthetic, sizeInBytes, toString |
Methods inherited from class org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct |
---|
doubleAt, floatAt, i1At, i2At, i4At, i8At, printTypeModifiers, u1At, u2At, u4At, utf8At, utf8At, verifyMethodNameAndSignature |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public IBinaryAnnotation[] getAnnotations()
IBinaryMethod
getAnnotations
in interface IBinaryMethod
getAnnotations
in class MethodInfo
protected void initialize()
MethodInfo
initialize
in class MethodInfo
protected void reset()
reset
in class ClassFileStruct
protected void toStringContent(java.lang.StringBuffer buffer)
toStringContent
in class AnnotationMethodInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |