org.eclipse.jdt.internal.compiler.classfmt
类 AnnotationInfo
java.lang.Object
org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo
- 所有已实现的接口:
- IBinaryAnnotation
public class AnnotationInfo
- extends ClassFileStruct
- implements IBinaryAnnotation
getElementValuePairs
public IBinaryElementValuePair[] getElementValuePairs()
- 指定者:
- 接口
IBinaryAnnotation 中的 getElementValuePairs
- 返回:
- the list of element value pairs of the annotation
getTypeName
public char[] getTypeName()
- 指定者:
- 接口
IBinaryAnnotation 中的 getTypeName
- 返回:
- the signature of the annotation type.
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
hashCode
public int hashCode()
- 覆盖:
- 类
Object 中的 hashCode
equals
public boolean equals(Object obj)
- 覆盖:
- 类
Object 中的 equals
Copyright © 2013. All Rights Reserved.