Class ElementValuePairInfo
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo
- All Implemented Interfaces:
IBinaryElementValuePair
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ElementValuePairInfo
-
-
Method Details
-
getName
public char[] getName()- Specified by:
getNamein interfaceIBinaryElementValuePair- Returns:
- the name of the member
-
getValue
Description copied from interface:IBinaryElementValuePairReturnClassSignaturefor a ClassClass. ReturnConstantfor compile-time constant of primitive type, as well as String literals. ReturnEnumConstantSignatureif value is an enum constant. ReturnIBinaryAnnotationfor annotation type. ReturnObject[] for array type.- Specified by:
getValuein interfaceIBinaryElementValuePair- Returns:
- the value of this member value pair
-
toString
-
hashCode
-
equals
-