org.aspectj.org.eclipse.jdt.internal.compiler.apt.model
Class AnnotationMirrorImpl
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.AnnotationMirrorImpl
- All Implemented Interfaces:
- java.lang.reflect.InvocationHandler, javax.lang.model.element.AnnotationMirror
public class AnnotationMirrorImpl
- extends java.lang.Object
- implements javax.lang.model.element.AnnotationMirror, java.lang.reflect.InvocationHandler
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
javax.lang.model.type.DeclaredType |
getAnnotationType()
|
java.util.Map<? extends javax.lang.model.element.ExecutableElement,? extends javax.lang.model.element.AnnotationValue> |
getElementValues()
|
java.util.Map<? extends javax.lang.model.element.ExecutableElement,? extends javax.lang.model.element.AnnotationValue> |
getElementValuesWithDefaults()
|
int |
hashCode()
|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_env
public final BaseProcessingEnvImpl _env
_binding
public final AnnotationBinding _binding
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
getAnnotationType
public javax.lang.model.type.DeclaredType getAnnotationType()
- Specified by:
getAnnotationType in interface javax.lang.model.element.AnnotationMirror
getElementValues
public java.util.Map<? extends javax.lang.model.element.ExecutableElement,? extends javax.lang.model.element.AnnotationValue> getElementValues()
- Specified by:
getElementValues in interface javax.lang.model.element.AnnotationMirror
- Returns:
- all the members of this annotation mirror that have explicit values.
Default values are not included.
getElementValuesWithDefaults
public java.util.Map<? extends javax.lang.model.element.ExecutableElement,? extends javax.lang.model.element.AnnotationValue> getElementValuesWithDefaults()
- Returns:
- all the members of this annotation mirror that have explicit or default
values.
- See Also:
Elements.getElementValuesWithDefaults(AnnotationMirror)
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
invoke
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
- Specified by:
invoke in interface java.lang.reflect.InvocationHandler
- Throws:
java.lang.Throwable
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object