Uses of Class
org.jboss.byteman.agent.adapter.cfg.TriggerDetails
Packages that use TriggerDetails
-
Uses of TriggerDetails in org.jboss.byteman.agent.adapter.cfg
Fields in org.jboss.byteman.agent.adapter.cfg declared as TriggerDetailsModifier and TypeFieldDescriptionprivate TriggerDetails
CFG.latestTrigger
details of the last trigger section encountered set when a trigger start label is notifiedFields in org.jboss.byteman.agent.adapter.cfg with type parameters of type TriggerDetailsModifier and TypeFieldDescriptionprivate Map
<org.objectweb.asm.Label, TriggerDetails> CFG.triggerEnds
a map from labels which identify the end of a code injection sequence to details of the labels which locate the sequence and its exception handlersprivate Map
<org.objectweb.asm.Label, TriggerDetails> CFG.triggerStarts
a map from labels which identify the start of a code injection sequence to details of the labels which locate the sequence and its exception handlersMethods in org.jboss.byteman.agent.adapter.cfg that return TriggerDetailsModifier and TypeMethodDescriptionCFG.triggerEndDetails
(org.objectweb.asm.Label label) return the list of details of try catch blocks which end at this labelCFG.triggerStartDetails
(org.objectweb.asm.Label label) return details of any trigger block which starts at this labelMethods in org.jboss.byteman.agent.adapter.cfg that return types with arguments of type TriggerDetailsModifier and TypeMethodDescriptionCFG.triggerDetails()
return an iterator ovver all known trigger detailsMethods in org.jboss.byteman.agent.adapter.cfg with parameters of type TriggerDetailsModifier and TypeMethodDescriptionCFG.getOpenMonitors
(TriggerDetails triggerDetails) retrieve the list of monitor enter locations associated with a trigger block.