Package net.bytebuddy.asm
Interface Advice.Dispatcher.RelocationHandler.Bound
-
- All Known Implementing Classes:
Advice.Dispatcher.RelocationHandler.Disabled
,Advice.Dispatcher.RelocationHandler.ForType.Bound
,Advice.Dispatcher.RelocationHandler.ForValue.Bound
- Enclosing interface:
- Advice.Dispatcher.RelocationHandler
public static interface Advice.Dispatcher.RelocationHandler.Bound
A boundAdvice.Dispatcher.RelocationHandler
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
NO_REQUIRED_SIZE
Indicates that this relocation handler does not require a minimal stack size.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
apply(org.objectweb.asm.MethodVisitor methodVisitor, int offset)
Applies this relocation handler.
-
-
-
Field Detail
-
NO_REQUIRED_SIZE
static final int NO_REQUIRED_SIZE
Indicates that this relocation handler does not require a minimal stack size.- See Also:
- Constant Field Values
-
-