Frames | No Frames |
Methods with parameter type org.apache.bcel.util.Repository | |
void | Set repository instance to be used for class loading
|
Methods with return type org.apache.bcel.util.Repository | |
Repository |
Classes implementing org.apache.bcel.util.Repository | |
class | The repository maintains information about which classes have
been loaded. |
class | This repository is used in situations where a Class is created
outside the realm of a ClassLoader. |
Methods with parameter type org.apache.bcel.util.Repository | |
void | Sets the ClassRepository which loaded the JavaClass. |
Methods with return type org.apache.bcel.util.Repository | |
Repository | Gets the ClassRepository which holds its definition. |