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 classVariableAccessCheckAdapter.VariableAccessCheckMethodAdaptera method visitor used to add a rule event trigger call to a methodprivate classVariableAccessTriggerAdapter.VariableAccessTriggerConstructorAdaptera 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 classVariableAccessTriggerAdapter.VariableAccessTriggerMethodAdaptera method visitor used to add a rule event trigger call to a method
-