Package | Description |
---|---|
org.jboss.byteman.agent | |
org.jboss.byteman.agent.adapter |
Modifier and Type | Method and Description |
---|---|
abstract RuleTriggerAdapter |
Location.getRuleAdapter(org.objectweb.asm.ClassVisitor cv,
TransformContext transformContext)
return an adapter which can be used to insert a trigger call in a method containing a trigger point whose
position matches this location
|
Modifier and Type | Class and Description |
---|---|
class |
EntryTriggerAdapter
asm Adapter class used to add a rule event trigger call to a method of som egiven class
|
class |
ExceptionExitTriggerAdapter
asm Adapter class used to add a rule event trigger call to a method of some given class
|
class |
ExitTriggerAdapter
asm Adapter class used to add a rule event trigger call to a method of some given class
|
class |
FieldAccessTriggerAdapter
asm Adapter class used to add a rule event trigger call to a method of som egiven class
|
class |
IndexParamAccessTriggerAdapter
asm Adapter class used to add a rule event trigger call to a method of som egiven class
|
class |
InvokeTriggerAdapter
asm Adapter class used to add a rule event trigger call to a method of som egiven class
|
class |
LineTriggerAdapter
asm Adapter class used to add a rule event trigger call to a method of som egiven class
|
class |
SynchronizeTriggerAdapter
asm Adapter class used to add a rule event trigger call to a method of som egiven class
|
class |
ThrowTriggerAdapter
asm Adapter class used to add a rule event trigger call to a method of some given class
|
class |
VariableAccessTriggerAdapter
asm Adapter class used to add a rule event trigger call to a method of som egiven class
|
Copyright © 2016. All Rights Reserved.