Klasse ElementValuePair
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ElementValuePair
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classWe want to avoid eagerly resolving of all enums that are used in annotations. -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungElementValuePair(char[] name, Object value, MethodBinding binding) ElementValuePair(char[] name, Expression expression, MethodBinding binding) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungchar[]getName()getValue()ReturnTypeBindingfor member value of typeClassReturnConstantfor member of primitive type or String ReturnFieldBindingfor enum constant ReturnAnnotationBindingfor annotation instance ReturnObject[]for member value of array type.static ObjectgetValue(Expression expression) toString()
-
Felddetails
-
value
-
binding
-
-
Konstruktordetails
-
ElementValuePair
-
ElementValuePair
-
-
Methodendetails
-
getValue
-
getName
public char[] getName()- Gibt zurück:
- the name of the element value pair.
-
getMethodBinding
- Gibt zurück:
- the method binding that defined this member value pair or null if no such binding exists.
-
getValue
ReturnTypeBindingfor member value of typeClassReturnConstantfor member of primitive type or String ReturnFieldBindingfor enum constant ReturnAnnotationBindingfor annotation instance ReturnObject[]for member value of array type.- Gibt zurück:
- the value of this member value pair or null if the value is missing or is not a compile-time constant
-
toString
-