Frames | No Frames |
Fields of type org.apache.bcel.util.Repository | |
Repository | In cases where we go ahead and create something,
use the default SyntheticRepository, because we
don't know any better. |
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. |
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. |
Fields of type org.apache.bcel.util.Repository | |
Repository |
Fields of type org.apache.bcel.util.Repository | |
Repository |
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 |