Interface DispatchWriter.DispatchTargetState

Enclosing class:
DispatchWriter

@Internal public static interface DispatchWriter.DispatchTargetState
State carried between different DispatchWriter.DispatchTargets. This allows for code size reduction by sharing bytecode in the same method.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    complete(org.objectweb.asm.commons.GeneratorAdapter writer)
    Complete writing this state.
  • Method Details

    • complete

      void complete(org.objectweb.asm.commons.GeneratorAdapter writer)
      Complete writing this state.
      Parameters:
      writer - The method writer