public class RuleTriggerAdapter extends RuleAdapter
Modifier and Type | Field and Description |
---|---|
protected String |
className |
protected String |
superName |
transformContext
Modifier | Constructor and Description |
---|---|
protected |
RuleTriggerAdapter(org.objectweb.asm.ClassVisitor cv,
TransformContext transformContext) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
injectIntoMethod(String name,
String desc) |
protected boolean |
isSuperOrSiblingConstructorCall(int opcode,
String owner,
String name) |
void |
visit(int version,
int access,
String name,
String signature,
String superName,
String[] interfaces) |
getTransformContext, matchTargetMethod
protected RuleTriggerAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext)
Copyright © 2013. All rights reserved.