org.eclipse.jdt.internal.compiler.env
接口 IBinaryAnnotation

所有已知实现类:
AnnotationInfo

public interface IBinaryAnnotation

This represents class file information about an annotation instance.


方法摘要
 IBinaryElementValuePair[] getElementValuePairs()
           
 char[] getTypeName()
           
 

方法详细信息

getTypeName

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

getElementValuePairs

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


Copyright © 2013. All Rights Reserved.