public static interface Advice.Dispatcher.RelocationHandler.Bound
Advice.Dispatcher.RelocationHandler.| Modifier and Type | Field and Description |
|---|---|
static int |
NO_REQUIRED_SIZE
Indicates that this relocation handler does not require a minimal stack size.
|
| Modifier and Type | Method and Description |
|---|---|
int |
apply(MethodVisitor methodVisitor,
Implementation.Context implementationContext,
int offset)
Applies this relocation handler.
|
static final int NO_REQUIRED_SIZE
int apply(MethodVisitor methodVisitor, Implementation.Context implementationContext, int offset)
methodVisitor - The method visitor to use.implementationContext - The implementation context to use.offset - The offset of the relevant value.Copyright © 2014–2025. All rights reserved.