HomeSort by relevance Sort by last modified time
    Searched defs:classpool (Results 1 - 2 of 2) sorted by null

  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPoolRepositoryImpl.java 24 import javassist.ClassPool;
41 /** Whether to prune when added to the classpool's cache */
49 protected ClassPool classpool; field in class:ScopedClassPoolRepositoryImpl
67 classpool = ClassPool.getDefault();
70 classpool.insertClassPath(new LoaderClassPath(cl));
92 * Create a scoped classpool.
95 * @param src the original classpool.
96 * @return the classpool
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 443 milliseconds