Home | History | Annotate | Download | only in javassist

Lines Matching defs:source

138     protected ClassPoolTail source;
182 this.source = new ClassPoolTail();
267 return source.toString();
337 source.recordInvalidClassName(name);
416 * Reads a class file from the source and returns a reference
447 * Reads a class file from the source and returns a reference
579 return source.find(classname);
631 return source.openClassfile(classname);
637 source.writeClassfile(classname, out);
641 * Reads class files from the source and returns an array of
860 return source.appendSystemPath();
873 return source.insertClassPath(cp);
886 return source.appendClassPath(cp);
904 return source.insertClassPath(pathname);
922 return source.appendClassPath(pathname);
931 source.removeClassPath(cp);