Package net.bytebuddy.asm
Interface Advice.Dispatcher.Bound
- All Known Implementing Classes:
Advice.Dispatcher.Delegating.Resolved.AdviceMethodWriter
,Advice.Dispatcher.Delegating.Resolved.AdviceMethodWriter.ForMethodEnter
,Advice.Dispatcher.Delegating.Resolved.AdviceMethodWriter.ForMethodExit
,Advice.Dispatcher.Inactive
,Advice.Dispatcher.Inlining.Resolved.AdviceMethodInliner
- Enclosing interface:
Advice.Dispatcher
public static interface Advice.Dispatcher.Bound
A bound resolution of an advice method.
-
Method Details
-
prepare
void prepare()Prepares the advice method's exception handlers. -
initialize
void initialize()Initialized the advice's methods local variables. -
apply
void apply()Applies this dispatcher.
-