Lines Matching refs:null
37 PrintStream xmlWriter = null; in writeStubs()
74 if (returnClass != null && returnClass.isHidden()) { in writeStubs()
104 if (returnClass != null && returnClass.isHidden()) { in writeStubs()
134 if (stubPackages == null || stubPackages.contains(cl.containingPackage().name())) { in writeStubs()
148 if (writeXML && xmlWriter != null) { in writeStubs()
152 if (xmlWriter != null) { in writeStubs()
176 if (cl.allSelfFields() != null){ in cantStripThis()
178 if (fInfo.type() != null){ in cantStripThis()
179 if (fInfo.type().asClassInfo() != null){ in cantStripThis()
183 if (fInfo.type().typeArguments() != null){ in cantStripThis()
185 if (tTypeInfo.asClassInfo() != null){ in cantStripThis()
195 if (cl.asTypeInfo() != null){ in cantStripThis()
196 if (cl.asTypeInfo().typeArguments() != null){ in cantStripThis()
198 if (tInfo.asClassInfo() != null){ in cantStripThis()
210 if(cl.containingClass() != null){ in cantStripThis()
215 if (supr != null) { in cantStripThis()
225 null, null, cl.annotations()); in cantStripThis() local
239 if (mInfos != null){ in cantStripThis()
241 if (mInfo.getTypeParameters() != null){ in cantStripThis()
243 if (tInfo.asClassInfo() != null){ in cantStripThis()
250 if (mInfo.parameters() != null){ in cantStripThis()
252 if (pInfo.type() != null && pInfo.type().asClassInfo() != null){ in cantStripThis()
256 if (pInfo.type().typeArguments() != null){ in cantStripThis()
258 if (tInfoType.asClassInfo() != null){ in cantStripThis()
283 if (mInfo.returnType() != null && mInfo.returnType().asClassInfo() != null){ in cantStripThis()
287 if (mInfo.returnType().typeArguments() != null){ in cantStripThis()
289 if (tyInfo.asClassInfo() != null){ in cantStripThis()
305 if (pkg != null) { in javaFileName()
314 if (cl.containingClass() != null) { in writeClassFile()
320 if (cl.containingPackage() != null && cl.containingPackage().name().equals("")) { in writeClassFile()
328 PrintStream stream = null; in writeClassFile()
337 if (stream != null) { in writeClassFile()
345 if (pkg != null) { in writeClassFile()
382 if (base != null && !"java.lang.Object".equals(base.qualifiedTypeName())) { in writeClass()
469 + "() { " + superCtorCall(cl,null) in writeClass()
495 if (overriddenMethod != null && !overriddenMethod.isHidden() in writeClass()
521 && !fieldIsInitialized(field) && field.constantValue() == null) { in writeClass()
624 return (field.isFinal() && field.constantValue() != null) in fieldIsInitialized()
639 if (om != null) { in methodIsOverride()
680 if (base == null) { in superCtorCall()
684 if (thrownExceptions != null ){ in superCtorCall()
690 MethodInfo ctor = null; in superCtorCall()
696 if (m.thrownExceptions() != null){ in superCtorCall()
714 if (ctor != null) { in superCtorCall()
772 if (def != null) { in writeAnnotationElement()
824 xmlWriter.println(" extends=\"" + ((cl.realSuperclass() == null) in writeClassXML()
878 + ((mi.returnType() != null) in writeMethodXML()