Package com.ibm.wala.types.annotations
Class Annotations
- java.lang.Object
-
- com.ibm.wala.types.annotations.Annotations
-
public class Annotations extends Object
-
-
Constructor Summary
Constructors Constructor Description Annotations()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
hasAnnotation(IClass c, TypeName type)
Does a particular class have a particular annotation?static boolean
hasAnnotation(IField field, TypeName type)
static boolean
hasAnnotation(IMethod m, TypeName type)
Does a particular method have a particular annotation?
-