Klasse AnnotationMirrorImpl
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.AnnotationMirrorImpl
- Alle implementierten Schnittstellen:
InvocationHandler,AnnotationMirror
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanMap<? extends ExecutableElement,? extends AnnotationValue> Map<? extends ExecutableElement,? extends AnnotationValue> inthashCode()toString()
-
Felddetails
-
_env
-
_binding
-
-
Methodendetails
-
equals
-
getAnnotationType
- Angegeben von:
getAnnotationTypein SchnittstelleAnnotationMirror
-
getElementValues
- Angegeben von:
getElementValuesin SchnittstelleAnnotationMirror- Gibt zurück:
- all the members of this annotation mirror that have explicit values. Default values are not included.
-
getElementValuesWithDefaults
- Gibt zurück:
- all the members of this annotation mirror that have explicit or default values.
- Siehe auch:
-
hashCode
public int hashCode() -
invoke
- Angegeben von:
invokein SchnittstelleInvocationHandler- Löst aus:
Throwable
-
toString
-