Package | Description |
---|---|
org.jboss.byteman.agent | |
org.jboss.byteman.agent.check |
Modifier and Type | Method and Description |
---|---|
ClassChecker |
Transformer.getClassChecker(String name,
ClassLoader baseLoader)
return a checker object which can be used to retrieve the super and interfaces of a class from its name and
classloader, identifying it from the Class instance if it the class is already loaded otherwise loading
the corresponding bytecode and parsing it to obtain the relevant details.
|
Modifier and Type | Class and Description |
---|---|
class |
BytecodeChecker
a private class which can be used to derive the super and interfaces of a class from its defining bytecode
|
class |
LoadedClassChecker |
Copyright © 2015. All rights reserved.