Home | History | Annotate | Download | only in javassist

Lines Matching refs:cp

209      * <ul><code>ClassPool cp = new ClassPool();
210 * cp.appendSystemPath();
872 public ClassPath insertClassPath(ClassPath cp) {
873 return source.insertClassPath(cp);
885 public ClassPath appendClassPath(ClassPath cp) {
886 return source.appendClassPath(cp);
930 public void removeClassPath(ClassPath cp) {
931 source.removeClassPath(cp);