Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Advice.StackMapFrameHandler.ForAdvice
A stack map frame handler for an advice method.
|
static interface |
Advice.StackMapFrameHandler.ForInstrumentedMethod
A stack map frame handler for an instrumented method.
|
Modifier and Type | Class and Description |
---|---|
static class |
Advice.StackMapFrameHandler.Default
A default implementation of a stack map frame handler for an instrumented method.
|
protected class |
Advice.StackMapFrameHandler.Default.ForAdvice
A stack map frame handler for an advice method.
|
protected static class |
Advice.StackMapFrameHandler.Default.Trivial
A trivial stack map frame handler that applies a trivial translation for the instrumented method's stack map frames.
|
protected static class |
Advice.StackMapFrameHandler.Default.WithPreservedArguments
A stack map frame handler that requires the original arguments of the instrumented method to be preserved in their original form.
|
protected static class |
Advice.StackMapFrameHandler.Default.WithPreservedArguments.WithArgumentCopy
A stack map frame handler that expects that an argument copy of the original method arguments was made.
|
protected static class |
Advice.StackMapFrameHandler.Default.WithPreservedArguments.WithoutArgumentCopy
A stack map frame handler that expects that the original argument frames remain preserved throughout the original invocation.
|
static class |
Advice.StackMapFrameHandler.NoOp
A non-operational stack map frame handler.
|
Copyright © 2014–2023. All rights reserved.