Interface IModifierList
- All Known Implementing Classes:
JavaAsmModifierList,JavaSourceModifierList
public interface IModifierList
-
Method Summary
Modifier and TypeMethodDescriptiongetAnnotation(Class annotationClass) intbooleanhasModifier(int modifierType) Returns true if this list has the modifier and false otherwise.booleanisAnnotationPresent(Class<? extends Annotation> annotationClass)
-
Method Details
-
getAnnotations
IAnnotationInfo[] getAnnotations() -
getAnnotation
-
isAnnotationPresent
-
hasModifier
boolean hasModifier(int modifierType) Returns true if this list has the modifier and false otherwise.- Parameters:
modifierType- one of the constants of java.lang.reflect.Modifier
-
getModifiers
int getModifiers()
-