public class AnnotationMethodInfo extends MethodInfo
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
defaultValue |
accessFlags, argumentNames, attributeBytes, descriptor, exceptionNames, name, signature, signatureUtf8Offset, tagBits| Modifier and Type | Method and Description |
|---|---|
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) |
compareTo, createMethod, equals, getAnnotatedParametersCount, getAnnotations, getArgumentNames, getExceptionTypeNames, getGenericSignature, getMethodDescriptor, getModifiers, getParameterAnnotations, getSelector, getTagBits, getTypeAnnotations, hashCode, initialize, isClinit, isConstructor, isSynthetic, sizeInBytes, toStringpublic 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