Class Advice.Dispatcher.RelocationHandler.Relocation.ForLabel

    • Constructor Detail

      • 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.