public class RuleAdapter
extends org.objectweb.asm.ClassAdapter
Modifier and Type | Field and Description |
---|---|
protected TransformContext |
transformContext |
Modifier | Constructor and Description |
---|---|
protected |
RuleAdapter(org.objectweb.asm.ClassVisitor cv,
TransformContext transformContext) |
Modifier and Type | Method and Description |
---|---|
protected TransformContext |
getTransformContext() |
protected boolean |
matchTargetMethod(int access,
String name,
String desc) |
protected TransformContext transformContext
protected RuleAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext)
protected TransformContext getTransformContext()
Copyright © 2015. All Rights Reserved.