public class RuleAdapter
extends org.objectweb.asm.ClassVisitor
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,
java.lang.String name,
java.lang.String desc) |
protected TransformContext transformContext
protected RuleAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext)
protected boolean matchTargetMethod(int access, java.lang.String name, java.lang.String desc)
protected TransformContext getTransformContext()
Copyright © 2015. All Rights Reserved.