org.eclipse.jdt.internal.compiler.env
Interface IBinaryAnnotation

All Known Implementing Classes:
AnnotationInfo

public interface IBinaryAnnotation

This represents class file information about an annotation instance.


Method Summary
 IBinaryElementValuePair[] getElementValuePairs()
           
 char[] getTypeName()
           
 

Method Detail

getTypeName

char[] getTypeName()
Returns:
the signature of the annotation type.

getElementValuePairs

IBinaryElementValuePair[] getElementValuePairs()
Returns:
the list of element value pairs of the annotation