@HashCodeAndEqualsPlugin.Enhance public static class Advice.Dispatcher.RelocationHandler.Relocation.ForLabel extends Object implements Advice.Dispatcher.RelocationHandler.Relocation
Advice.Dispatcher.RelocationHandler.Relocation.ForLabel
Constructor and Description |
---|
ForLabel(org.objectweb.asm.Label label)
Creates a new relocation for an unconditional jump to a given label.
|
Modifier and Type | Method and Description |
---|---|
void |
apply(org.objectweb.asm.MethodVisitor methodVisitor)
Applies this relocator.
|
public ForLabel(org.objectweb.asm.Label label)
label
- The label to jump to.public void apply(org.objectweb.asm.MethodVisitor methodVisitor)
apply
in interface Advice.Dispatcher.RelocationHandler.Relocation
methodVisitor
- The method visitor to use.Copyright © 2014–2022. All rights reserved.