@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(Label label)
Creates a new relocation for an unconditional jump to a given label.
|
Modifier and Type | Method and Description |
---|---|
void |
apply(MethodVisitor methodVisitor)
Applies this relocator.
|
public ForLabel(Label label)
label
- The label to jump to.public void apply(MethodVisitor methodVisitor)
apply
in interface Advice.Dispatcher.RelocationHandler.Relocation
methodVisitor
- The method visitor to use.Copyright © 2014–2024. All rights reserved.