org.eclipse.jdt.internal.compiler.classfmt
类 AnnotationMethodInfo
java.lang.Object
org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfo
- 所有已实现的接口:
- Comparable, IBinaryMethod, IGenericMethod
- 直接已知子类:
- AnnotationMethodInfoWithAnnotations
public class AnnotationMethodInfo
- extends MethodInfo
| 从类 org.eclipse.jdt.internal.compiler.classfmt.MethodInfo 继承的方法 |
compareTo, createMethod, equals, getAnnotations, getArgumentNames, getExceptionTypeNames, getGenericSignature, getMethodDescriptor, getModifiers, getParameterAnnotations, getSelector, getTagBits, hashCode, initialize, isClinit, isConstructor, isSynthetic, sizeInBytes, toString |
defaultValue
protected Object defaultValue
createAnnotationMethod
public static MethodInfo createAnnotationMethod(byte[] classFileBytes,
int[] offsets,
int offset)
getDefaultValue
public Object getDefaultValue()
- 从接口
IBinaryMethod 复制的描述
- Return
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.
- 指定者:
- 接口
IBinaryMethod 中的 getDefaultValue - 覆盖:
- 类
MethodInfo 中的 getDefaultValue
- 返回:
- default value of this annotation method
toStringContent
protected void toStringContent(StringBuffer buffer)
- 覆盖:
- 类
MethodInfo 中的 toStringContent
Copyright © 2013. All Rights Reserved.