@HashCodeAndEqualsPlugin.Enhance public static class Advice.Dispatcher.RelocationHandler.Relocation.ForLabel extends java.lang.Object implements Advice.Dispatcher.RelocationHandler.Relocation
Advice.Dispatcher.RelocationHandler.Relocation.ForLabel
Modifier and Type | Field and Description |
---|---|
private org.objectweb.asm.Label |
label
The label to jump to.
|
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.