Class Advice.Dispatcher.RelocationHandler.Relocation.ForLabel

java.lang.Object
net.bytebuddy.asm.Advice.Dispatcher.RelocationHandler.Relocation.ForLabel
All Implemented Interfaces:
Advice.Dispatcher.RelocationHandler.Relocation
Enclosing interface:
Advice.Dispatcher.RelocationHandler.Relocation

@Enhance public static class Advice.Dispatcher.RelocationHandler.Relocation.ForLabel extends Object implements Advice.Dispatcher.RelocationHandler.Relocation
A relocation that unconditionally jumps to a given label.
  • Field Details

    • label

      private final org.objectweb.asm.Label label
      The label to jump to.
  • Constructor Details

    • ForLabel

      public ForLabel(org.objectweb.asm.Label label)
      Creates a new relocation for an unconditional jump to a given label.
      Parameters:
      label - The label to jump to.
  • Method Details