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 RuleCheckAdapter
Location.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 locationRuleCheckAdapter
Location.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 locationRuleCheckAdapter
Location.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 locationRuleCheckAdapter
Location.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 RuleCheckAdapter
Location. 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 locationRuleCheckAdapter
Location.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 locationRuleCheckAdapter
Location.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 locationRuleCheckAdapter
Location.NewLocation. getRuleCheckAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext)
RuleCheckAdapter
Location.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 locationRuleCheckAdapter
Location.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 locationRuleCheckAdapter
Location.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 class
EntryCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a classclass
ExceptionExitCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a classclass
ExitCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a classclass
FieldAccessCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a classclass
IndexParamAccessCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a classclass
InvokeCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a classclass
LineCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a classclass
NewArrayCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a classclass
NewCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a classclass
SynchronizeCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a classclass
ThrowCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a classclass
VariableAccessCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a class
-