Interface IAnnotationAccess
-
- All Superinterfaces:
IAnnotationValueAccess
public interface IAnnotationAccess extends IAnnotationValueAccess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IJavaTypeAccess
getAnnotationClass()
int
getLineNumber()
IAnnotationValueAccess
getValue(java.lang.String key)
-
Methods inherited from interface com.hello2morrow.sonargraph.api.java.IAnnotationValueAccess
getBooleanValue, getClassName, getEnumConstant, getEnumContantName, getEumConstant, getNumericValue, getReferencedClass, getStringValue, getValueList
-
-
-
-
Method Detail
-
getValue
IAnnotationValueAccess getValue(java.lang.String key)
-
getAnnotationClass
IJavaTypeAccess getAnnotationClass()
-
getLineNumber
int getLineNumber()
-
-