Uses of Class
org.jboss.byteman.agent.adapter.RuleCheckAdapter
-
Packages that use RuleCheckAdapter Package Description org.jboss.byteman.agent org.jboss.byteman.agent.adapter -
-
Uses of RuleCheckAdapter in org.jboss.byteman.agent
Methods in org.jboss.byteman.agent that return RuleCheckAdapter Modifier and Type Method Description RuleCheckAdapterLocation.EntryLocation. getRuleCheckAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext)return an adapter which can be used to check whether a method contains a trigger point whose position matches this locationRuleCheckAdapterLocation.ExceptionExitLocation. getRuleCheckAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext)return an adapter which can be used to check whether a method contains a trigger point whose position matches this locationRuleCheckAdapterLocation.ExitLocation. getRuleCheckAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext)return an adapter which can be used to check whether a method contains a trigger point whose position matches this locationRuleCheckAdapterLocation.FieldAccessLocation. getRuleCheckAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext)return an adapter which can be used to check whether a method contains a trigger point whose position matches this locationabstract RuleCheckAdapterLocation. getRuleCheckAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext)return an adapter which can be used to check whether a method contains a trigger point whose position matches this locationRuleCheckAdapterLocation.InvokeLocation. getRuleCheckAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext)return an adapter which can be used to check whether a method contains a trigger point whose position matches this locationRuleCheckAdapterLocation.LineLocation. getRuleCheckAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext)return an adapter which can be used to check whether a method contains a trigger point whose position matches this locationRuleCheckAdapterLocation.NewLocation. getRuleCheckAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext)RuleCheckAdapterLocation.SynchronizeLocation. getRuleCheckAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext)return an adapter which can be used to check whether a method contains a trigger point whose position matches this locationRuleCheckAdapterLocation.ThrowLocation. getRuleCheckAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext)return an adapter which can be used to check whether a method contains a trigger point whose position matches this locationRuleCheckAdapterLocation.VariableAccessLocation. getRuleCheckAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext)return an adapter which can be used to check whether a method contains a trigger point whose position matches this location -
Uses of RuleCheckAdapter in org.jboss.byteman.agent.adapter
Subclasses of RuleCheckAdapter in org.jboss.byteman.agent.adapter Modifier and Type Class Description classEntryCheckAdapterasm Adapter class used to check that the target method for a rule exists in a classclassExceptionExitCheckAdapterasm Adapter class used to check that the target method for a rule exists in a classclassExitCheckAdapterasm Adapter class used to check that the target method for a rule exists in a classclassFieldAccessCheckAdapterasm Adapter class used to check that the target method for a rule exists in a classclassIndexParamAccessCheckAdapterasm Adapter class used to check that the target method for a rule exists in a classclassInvokeCheckAdapterasm Adapter class used to check that the target method for a rule exists in a classclassLineCheckAdapterasm Adapter class used to check that the target method for a rule exists in a classclassNewArrayCheckAdapterasm Adapter class used to check that the target method for a rule exists in a classclassNewCheckAdapterasm Adapter class used to check that the target method for a rule exists in a classclassSynchronizeCheckAdapterasm Adapter class used to check that the target method for a rule exists in a classclassThrowCheckAdapterasm Adapter class used to check that the target method for a rule exists in a classclassVariableAccessCheckAdapterasm Adapter class used to check that the target method for a rule exists in a class
-