Uses of Interface
org.jboss.byteman.agent.check.ClassChecker
-
Packages that use ClassChecker Package Description org.jboss.byteman.agent org.jboss.byteman.agent.check -
-
Uses of ClassChecker in org.jboss.byteman.agent
Methods in org.jboss.byteman.agent that return ClassChecker Modifier and Type Method 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 without forcing a load of the class. -
Uses of ClassChecker in org.jboss.byteman.agent.check
Classes in org.jboss.byteman.agent.check that implement ClassChecker Modifier and Type Class Description class
BytecodeChecker
a private class which can be used to derive the super and interfaces of a class from its defining bytecode
-