Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
Modifier and Type | Field and Description |
---|---|
protected Advice.StackMapFrameHandler.Default.TranslationMode |
Advice.StackMapFrameHandler.Default.ForAdvice.translationMode
The translation mode to apply for this advice method.
|
Modifier and Type | Method and Description |
---|---|
static Advice.StackMapFrameHandler.Default.TranslationMode |
Advice.StackMapFrameHandler.Default.TranslationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Advice.StackMapFrameHandler.Default.TranslationMode[] |
Advice.StackMapFrameHandler.Default.TranslationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Advice.StackMapFrameHandler.Default.translateFrame(MethodVisitor methodVisitor,
Advice.StackMapFrameHandler.Default.TranslationMode translationMode,
MethodDescription methodDescription,
TypeList additionalTypes,
int frameType,
int localVariableLength,
Object[] localVariable,
int stackSize,
Object[] stack)
Translates a frame.
|
Constructor and Description |
---|
ForAdvice(MethodDescription.InDefinedShape adviceMethod,
TypeList requiredTypes,
TypeList yieldedTypes,
Advice.StackMapFrameHandler.Default.TranslationMode translationMode)
Creates a new meta data handler for an advice method.
|
Copyright © 2014–2016. All rights reserved.