public class InvokeCheckAdapter extends RuleCheckAdapter
transformContext
Constructor and Description |
---|
InvokeCheckAdapter(org.objectweb.asm.ClassVisitor cv,
TransformContext transformContext,
String calledClass,
String calledMethodName,
String calledMethodDescriptor,
int count) |
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.MethodVisitor |
visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
isVisited, isVisitOk, setVisited, setVisitOk
getTransformContext, matchTargetMethod
public InvokeCheckAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext, String calledClass, String calledMethodName, String calledMethodDescriptor, int count)
Copyright © 2018. All rights reserved.