Uses of Class
org.apache.bcel.util.AbstractClassPathRepository
-
Packages that use AbstractClassPathRepository Package Description org.apache.bcel.util Utility classes for the Apache Byte Code Engineering Library (BCEL), namely: Collection classes for JavaClass objects A converter for class files to HTML A tool to find instructions patterns via regular expressions A class to find classes as defined in the CLASSPATH A class loader that allows to create classes at run time -
-
Uses of AbstractClassPathRepository in org.apache.bcel.util
Subclasses of AbstractClassPathRepository in org.apache.bcel.util Modifier and Type Class Description class
ClassPathRepository
This repository is used in situations where a Class is created outside the realm of a ClassLoader.class
LruCacheClassPathRepository
Maintains a least-recently-used (LRU) cache ofJavaClass
with maximum sizecacheSize
.class
MemorySensitiveClassPathRepository
This repository is used in situations where a Class is created outside the realm of a ClassLoader.class
SyntheticRepository
This repository is used in situations where a Class is created outside the realm of a ClassLoader.
-