Home | History | Annotate | Download | only in annotation

Lines Matching refs:null

39     private static Method JDK_ANNOTATION_TYPE_METHOD = null;
51 JDK_ANNOTATION_TYPE_METHOD = clazz.getMethod("annotationType", (Class[])null);
64 * type (or null).
96 if (annotationType == null) {
145 if (mv == null)
155 if (pool != null) {
160 if (minfo != null) {
164 if (ainfo != null) {
197 Object value = null;
199 if (mv != null)
201 if (value == null)
212 if (value != null) {
234 if (obj == null)
246 Class otherAnnotationType = (Class) JDK_ANNOTATION_TYPE_METHOD.invoke(obj, (Object[])null);
256 Object value = null;
257 Object otherValue = null;
259 if (mv != null)
261 if (value == null)
263 otherValue = methods[i].invoke(obj, (Object[])null);
272 if (value == null && otherValue != null)
274 if (value != null && value.equals(otherValue) == false)
290 if (object == null)
298 if (array[i] != null)