|
|||||||||
| 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.AnnotationMethodInfo
public class AnnotationMethodInfo
| Field Summary | |
|---|---|
protected java.lang.Object |
defaultValue
|
| 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 | |
|---|---|
static MethodInfo |
createAnnotationMethod(byte[] classFileBytes,
int[] offsets,
int offset)
|
java.lang.Object |
getDefaultValue()
Return ClassSignature for a Class Class. |
protected void |
toStringContent(java.lang.StringBuffer buffer)
|
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.MethodInfo |
|---|
compareTo, createMethod, getAnnotations, getArgumentNames, getExceptionTypeNames, getGenericSignature, getMethodDescriptor, getModifiers, getParameterAnnotations, getSelector, getTagBits, initialize, isClinit, isConstructor, isSynthetic, sizeInBytes, toString |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct |
|---|
doubleAt, floatAt, i4At, i8At, reset, u1At, u2At, u4At, utf8At |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Object defaultValue
| Method Detail |
|---|
public static MethodInfo createAnnotationMethod(byte[] classFileBytes,
int[] offsets,
int offset)
public java.lang.Object getDefaultValue()
IBinaryMethodClassSignature for a Class Class.
Return Constant for compile-time constant of primitive type, as well as String literals.
Return EnumConstantSignature if value is an enum constant.
Return IBinaryAnnotation for annotation type.
Return Object[] for array type.
getDefaultValue in interface IBinaryMethodgetDefaultValue in class MethodInfoprotected 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 | ||||||||