public class AnnotationMethodInfo extends MethodInfo
| Modifier and Type | Field and Description |
|---|---|
protected Object |
defaultValue |
accessFlags, argumentNames, argumentNamesIndex, attributeBytes, descriptor, exceptionNames, name, signature, signatureUtf8Offset, tagBits| Modifier and Type | Method and Description |
|---|---|
static MethodInfo |
createAnnotationMethod(byte[] classFileBytes,
int[] offsets,
int offset) |
Object |
getDefaultValue()
Return
ClassSignature for a Class Class. |
protected void |
toStringContent(StringBuffer buffer) |
compareTo, createMethod, equals, getAnnotatedParametersCount, getAnnotations, getArgumentNames, getExceptionTypeNames, getGenericSignature, getMethodDescriptor, getModifiers, getParameterAnnotations, getSelector, getTagBits, hashCode, initialize, isClinit, isConstructor, isSynthetic, sizeInBytes, toStringprotected Object defaultValue
public static MethodInfo createAnnotationMethod(byte[] classFileBytes, int[] offsets, int offset)
public 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(StringBuffer buffer)
toStringContent in class MethodInfoCopyright © 2013. All rights reserved.