Package net.bytebuddy.asm
Interface Advice.Dispatcher.Bound.ForMethodExit
-
- All Superinterfaces:
Advice.Dispatcher.Bound
- All Known Implementing Classes:
Advice.Dispatcher.Delegating.Resolved.AdviceMethodWriter.ForMethodExit
,Advice.Dispatcher.Inactive
,Advice.Dispatcher.Inlining.Resolved.ForMethodExit.AdviceMethodInliner
- Enclosing interface:
- Advice.Dispatcher.Bound
public static interface Advice.Dispatcher.Bound.ForMethodExit extends Advice.Dispatcher.Bound
A bound dispatcher for a method exit.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.bytebuddy.asm.Advice.Dispatcher.Bound
Advice.Dispatcher.Bound.ForMethodEnter, Advice.Dispatcher.Bound.ForMethodExit, Advice.Dispatcher.Bound.SkipHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply()
Applies this dispatcher.-
Methods inherited from interface net.bytebuddy.asm.Advice.Dispatcher.Bound
prepare
-
-