Class CodeAnnotationMirror
- java.lang.Object
-
- com.oracle.truffle.dsl.processor.java.model.CodeAnnotationMirror
-
- All Implemented Interfaces:
javax.lang.model.element.AnnotationMirror
public class CodeAnnotationMirror extends java.lang.Object implements javax.lang.model.element.AnnotationMirror
-
-
Constructor Summary
Constructors Constructor Description CodeAnnotationMirror(javax.lang.model.type.DeclaredType annotationType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.lang.model.element.ExecutableElement
findExecutableElement(java.lang.String name)
javax.lang.model.type.DeclaredType
getAnnotationType()
java.util.Map<? extends javax.lang.model.element.ExecutableElement,? extends javax.lang.model.element.AnnotationValue>
getElementValues()
void
setElementValue(javax.lang.model.element.ExecutableElement method, javax.lang.model.element.AnnotationValue value)
-
-
-
Method Detail
-
getAnnotationType
public javax.lang.model.type.DeclaredType getAnnotationType()
- Specified by:
getAnnotationType
in interfacejavax.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 interfacejavax.lang.model.element.AnnotationMirror
-
setElementValue
public void setElementValue(javax.lang.model.element.ExecutableElement method, javax.lang.model.element.AnnotationValue value)
-
findExecutableElement
public javax.lang.model.element.ExecutableElement findExecutableElement(java.lang.String name)
-
-