public final class AnnotationAccess extends AnnotationValueAccess implements IAnnotationAccess
Modifier and Type | Method and Description |
---|---|
IJavaTypeAccess |
getAnnotationClass()
Return the annotation class.
|
int |
getLineNumber() |
IAnnotationValueAccess |
getValue(java.lang.String key)
Get a specific annotation value.
|
getBooleanValue, getClassName, getEnumContantName, getEumConstant, getNumericValue, getReferencedClass, getStringValue, getValueList, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBooleanValue, getClassName, getEnumContantName, getEumConstant, getNumericValue, getReferencedClass, getStringValue, getValueList
public IJavaTypeAccess getAnnotationClass()
getAnnotationClass
in interface IAnnotationAccess
public IAnnotationValueAccess getValue(java.lang.String key)
getValue
in interface IAnnotationAccess
key
- Name of value (cannot be null or empty).public int getLineNumber()
getLineNumber
in interface IAnnotationAccess