org.eclipse.jdt.internal.compiler.classfmt
Class AnnotationInfo
java.lang.Object
org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo
- All Implemented Interfaces:
- IBinaryAnnotation
public class AnnotationInfo
- extends ClassFileStruct
- implements IBinaryAnnotation
getElementValuePairs
public IBinaryElementValuePair[] getElementValuePairs()
- Specified by:
getElementValuePairs
in interface IBinaryAnnotation
- Returns:
- the list of element value pairs of the annotation
getTypeName
public char[] getTypeName()
- Specified by:
getTypeName
in interface IBinaryAnnotation
- Returns:
- the signature of the annotation type.
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2012. All Rights Reserved.