public class ClassTransformerTee extends ClassTransformer
Modifier and Type | Field and Description |
---|---|
private org.objectweb.asm.ClassVisitor |
branch |
Constructor and Description |
---|
ClassTransformerTee(org.objectweb.asm.ClassVisitor branch) |
Modifier and Type | Method and Description |
---|---|
void |
setTarget(org.objectweb.asm.ClassVisitor target) |
public ClassTransformerTee(org.objectweb.asm.ClassVisitor branch)
public void setTarget(org.objectweb.asm.ClassVisitor target)
setTarget
in class ClassTransformer