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, matchTargetMethodprotected RuleTriggerAdapter(org.objectweb.asm.ClassVisitor cv,
TransformContext transformContext)
Copyright © 2016. All rights reserved.