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

所有已知实现类:
ElementValuePairInfo

public interface IBinaryElementValuePair

This represents the class file information about a member value pair of an annotation.


方法摘要
 char[] getName()
           
 Object getValue()
          Return ClassSignature for a Class Class.
 

方法详细信息

getName

char[] getName()
返回:
the name of the member

getValue

Object getValue()
Return ClassSignature for a Class Class. Return Constant for compile-time constant of primitive type, as well as String literals. Return EnumConstantSignature if value is an enum constant. Return IBinaryAnnotation for annotation type. Return Object[] for array type.

返回:
the value of this member value pair


Copyright © 2013. All Rights Reserved.