Package org.jboss.byteman.agent.adapter
Class IndexParamAccessCheckAdapter
- java.lang.Object
-
- org.objectweb.asm.ClassVisitor
-
- org.jboss.byteman.agent.adapter.RuleAdapter
-
- org.jboss.byteman.agent.adapter.RuleCheckAdapter
-
- org.jboss.byteman.agent.adapter.IndexParamAccessCheckAdapter
-
public class IndexParamAccessCheckAdapter extends RuleCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a class
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private classIndexParamAccessCheckAdapter.IndexParamAccessCheckMethodAdaptera method visitor used to add a rule event trigger call to a method
-
Field Summary
Fields Modifier and Type Field Description private intcountprivate intflagsprivate intparamIdx-
Fields inherited from class org.jboss.byteman.agent.adapter.RuleAdapter
transformContext
-
-
Constructor Summary
Constructors Constructor Description IndexParamAccessCheckAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext, int paramIdx, int flags, int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.objectweb.asm.MethodVisitorvisitMethod(int access, java.lang.String name, java.lang.String desc, java.lang.String signature, java.lang.String[] exceptions)-
Methods inherited from class org.jboss.byteman.agent.adapter.RuleCheckAdapter
isVisited, isVisitOk, setVisited, setVisitOk
-
Methods inherited from class org.jboss.byteman.agent.adapter.RuleAdapter
getTransformContext, matchTargetMethod
-
-
-
-
Constructor Detail
-
IndexParamAccessCheckAdapter
public IndexParamAccessCheckAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext, int paramIdx, int flags, int count)
-
-