Package | Description |
---|---|
org.jboss.byteman.agent | |
org.jboss.byteman.agent.adapter |
Class | Description |
---|---|
RuleCheckAdapter |
asm Adapter class used to check that the target method for a rule exists in a class
|
RuleTriggerAdapter |
asm Adapter class used to add a rule event trigger call to a method of some given class
|
Class | Description |
---|---|
RuleAdapter |
generic asm Adapter class specialised by both check adapters (RuleCheckAdapter) and trigger
adapters (RuleTriggerAdapter)
|
RuleCheckAdapter |
asm Adapter class used to check that the target method for a rule exists in a class
|
RuleGeneratorAdapter |
A modified version of the asm 3.0 GeneratorAdapter class which dispatches calls to methods of
MethodVisitor to this rather than to the encapsulated MethodVisitor instance in field mv.
|
RuleMethodAdapter |
generic rule method adapter which extends GeneratorAdpater and adds the ability to track in-scope
local variables
|
RuleMethodAdapter.LocalVar | |
RuleTriggerAdapter |
asm Adapter class used to add a rule event trigger call to a method of some given class
|
Copyright © 2018. All rights reserved.