org.eclipse.jdt.internal.compiler.classfmt
类 AnnotationMethodInfoWithAnnotations
java.lang.Object
org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfo
org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfoWithAnnotations
- 所有已实现的接口:
- Comparable, IBinaryMethod, IGenericMethod
public class AnnotationMethodInfoWithAnnotations
- extends AnnotationMethodInfo
| 从类 org.eclipse.jdt.internal.compiler.classfmt.MethodInfo 继承的方法 |
compareTo, createMethod, equals, getArgumentNames, getExceptionTypeNames, getGenericSignature, getMethodDescriptor, getModifiers, getParameterAnnotations, getSelector, getTagBits, hashCode, isClinit, isConstructor, isSynthetic, sizeInBytes, toString |
getAnnotations
public IBinaryAnnotation[] getAnnotations()
- 从接口
IBinaryMethod 复制的描述
- Answer the runtime visible and invisible annotations for this method or null if none.
- 指定者:
- 接口
IBinaryMethod 中的 getAnnotations - 覆盖:
- 类
MethodInfo 中的 getAnnotations
- 返回:
- the annotations or null if there is none.
initialize
protected void initialize()
- 从类
MethodInfo 复制的描述
- This method is used to fully initialize the contents of the receiver. All methodinfos, fields infos
will be therefore fully initialized and we can get rid of the bytes.
- 覆盖:
- 类
MethodInfo 中的 initialize
reset
protected void reset()
- 覆盖:
- 类
ClassFileStruct 中的 reset
toStringContent
protected void toStringContent(StringBuffer buffer)
- 覆盖:
- 类
AnnotationMethodInfo 中的 toStringContent
Copyright © 2013. All Rights Reserved.