Package | Description |
---|---|
org.jboss.byteman.agent | |
org.jboss.byteman.agent.adapter |
Modifier and Type | Method and Description |
---|---|
abstract 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 location
|
Modifier and Type | Class and Description |
---|---|
class |
EntryCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a class
|
class |
ExitCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a class
|
class |
FieldAccessCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a class
|
class |
IndexParamAccessCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a class
|
class |
InvokeCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a class
|
class |
LineCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a class
|
class |
SynchronizeCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a class
|
class |
ThrowCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a class
|
class |
VariableAccessCheckAdapter
asm Adapter class used to check that the target method for a rule exists in a class
|
Copyright © 2018. All Rights Reserved.