Uses of Interface
org.jboss.byteman.agent.adapter.LocalScopeMethodVisitor
-
Packages that use LocalScopeMethodVisitor Package Description org.jboss.byteman.agent.adapter -
-
Uses of LocalScopeMethodVisitor in org.jboss.byteman.agent.adapter
Classes in org.jboss.byteman.agent.adapter that implement LocalScopeMethodVisitor Modifier and Type Class Description private class
VariableAccessCheckAdapter.VariableAccessCheckMethodAdapter
a method visitor used to add a rule event trigger call to a methodprivate class
VariableAccessTriggerAdapter.VariableAccessTriggerConstructorAdapter
a method visitor used to add a rule event trigger call to a constructor -- this has to make sure the super constructor has been called before allowing a trigger call to be compiledprivate class
VariableAccessTriggerAdapter.VariableAccessTriggerMethodAdapter
a method visitor used to add a rule event trigger call to a method
-