public interface ClassMatchVisitorFactory
| Modifier and Type | Field and Description |
|---|---|
static ClassMatchVisitorFactory |
NO_OP_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.ClassVisitor |
newClassMatchVisitor(java.lang.ClassLoader loader,
java.lang.Class<?> classBeingRedefined,
org.objectweb.asm.ClassReader reader,
org.objectweb.asm.ClassVisitor cv,
InstrumentationContext context)
Returns a chaining class visitor that applies matching logic to the class referenced by the class reader and
classBeingRedefined.
|
static final ClassMatchVisitorFactory NO_OP_FACTORY
org.objectweb.asm.ClassVisitor newClassMatchVisitor(java.lang.ClassLoader loader,
java.lang.Class<?> classBeingRedefined,
org.objectweb.asm.ClassReader reader,
org.objectweb.asm.ClassVisitor cv,
InstrumentationContext context)
InstrumentationContext.