Home | History | Annotate | Download | only in javassist

Lines Matching refs:null

52         Object cl = null;
53 if (clref != null)
56 return cl == null ? "<null>" : cl.toString();
67 if (cl == null)
68 return null; // not found
78 * @return null if the class file could not be found.
83 if (cl == null)
84 return null; // not found
93 clref = null;