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 Summary

    Modifier and Type
    Method
    Description
    void
    Applies this dispatcher.
    void
    Initialized the advice's methods local variables.
    void
    Prepares the advice method's exception handlers.
  • 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.