Lines Matching refs:null
97 mConstructors = null; in init()
98 mMethods = null; in init()
99 mSelfMethods = null; in init()
100 mFields = null; in init()
101 mSelfFields = null; in init()
102 mSelfAttributes = null; in init()
239 while (cl != null) { in typeVariables()
241 if (types != null) { in typeVariables()
261 if (mInterfaces == null) { in interfaces()
265 while (superclass != null && !superclass.checkLevel()) { in interfaces()
326 if (mConstructors == null) { in constructors()
388 if (mMethods == null) { in methods()
393 if (iface != null) { in methods()
403 if (superclass != null) { in methods()
444 if (mFields == null) { in fields()
455 if (superclass != null) { in fields()
485 if (mSelfFields == null) { in selfFields()
488 if (mRealSuperclass != null && !mRealSuperclass.checkLevel()) { in selfFields()
526 if (mSelfMethods == null) { in selfMethods()
529 if (mRealSuperclass != null && !mRealSuperclass.checkLevel()) { in selfMethods()
569 if (mSelfAttributes == null) { in selfAttributes()
575 if (field != null) { in selfAttributes()
577 if (attr == null) { in selfAttributes()
589 if (field != null) { in selfAttributes()
591 if (attr == null) { in selfAttributes()
605 if (field != null) { in selfAttributes()
607 if (attr == null) { in selfAttributes()
635 while (superclass != null && !superclass.checkLevel()) { in superclass()
690 if (dad != null) { in isDerivedFrom()
909 if (kind != null) { in makeHDF()
922 while (supr != null) { in makeHDF()
949 if (cl.superclass() != null && cl.superclass().equals(this)) { in makeHDF()
1107 while (cl != null) { in makeHDF()
1137 if (kind != null) { in makeInheritedHDF()
1194 while (cl != null) { in isHiddenImpl()
1196 if (pkg != null && pkg.isHidden()) { in isHiddenImpl()
1214 if (params == null) { in matchMethod()
1223 return null; in matchMethod()
1235 if (rv != null) { in findMethod()
1241 if (rv != null) { in findMethod()
1247 if (containing != null) { in findMethod()
1251 return null; in findMethod()
1269 return null; in searchInnerClasses()
1295 if (cl == null) { in findInnerClass()
1296 return null; in findInnerClass()
1321 if (containing != null) { in findField()
1325 return null; in findField()
1349 if (that != null) { in equals()
1384 return null; in kind()