|
||||||||||
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
public class AnnotationMethodInfo
Method Summary | |
---|---|
static MethodInfo |
createAnnotationMethod(byte[] classFileBytes,
int[] offsets,
int offset)
|
java.lang.Object |
getDefaultValue()
Return ClassSignature for a Class Class . |
Methods inherited from class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo |
---|
compareTo, createMethod, equals, getAnnotations, getArgumentNames, getExceptionTypeNames, getGenericSignature, getMethodDescriptor, getModifiers, getParameterAnnotations, getSelector, getTagBits, hashCode, isClinit, isConstructor, isSynthetic, sizeInBytes, toString |
Methods inherited from class org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct |
---|
doubleAt, floatAt, i4At, i8At, u1At, u2At, u4At, utf8At |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static MethodInfo createAnnotationMethod(byte[] classFileBytes, int[] offsets, int offset)
public java.lang.Object getDefaultValue()
IBinaryMethod
ClassSignature
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 IBinaryMethod
getDefaultValue
in class MethodInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |