Home | History | Annotate | Download | only in javassist

Lines Matching full:defaultpool

220         if (defaultPool == null) {
221 defaultPool = new ClassPool(null);
222 defaultPool.appendSystemPath();
225 return defaultPool;
228 private static ClassPool defaultPool = null;