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


方法摘要
 boolean equals(Object obj)
           
 IBinaryElementValuePair[] getElementValuePairs()
           
 char[] getTypeName()
           
 int hashCode()
           
 String toString()
           
 
从类 org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct 继承的方法
doubleAt, floatAt, i4At, i8At, reset, u1At, u2At, u4At, utf8At
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

方法详细信息

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.