Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
Modifier and Type | Class and Description |
---|---|
protected class |
Advice.MethodSizeHandler.Default.ForAdvice
A method size handler for an advice method.
|
static class |
Advice.MethodSizeHandler.NoOp
A non-operational method size handler.
|
Modifier and Type | Method and Description |
---|---|
Advice.MethodSizeHandler.ForAdvice |
Advice.MethodSizeHandler.bindEntry(MethodDescription.InDefinedShape adviceMethod)
Binds a method size handler for the entry advice.
|
Advice.MethodSizeHandler.ForAdvice |
Advice.MethodSizeHandler.NoOp.bindEntry(MethodDescription.InDefinedShape adviceMethod) |
Advice.MethodSizeHandler.ForAdvice |
Advice.MethodSizeHandler.Default.bindEntry(MethodDescription.InDefinedShape adviceMethod) |
Advice.MethodSizeHandler.ForAdvice |
Advice.MethodSizeHandler.bindExit(MethodDescription.InDefinedShape adviceMethod,
boolean skipThrowable)
Binds the method size handler for the exit advice.
|
Advice.MethodSizeHandler.ForAdvice |
Advice.MethodSizeHandler.NoOp.bindExit(MethodDescription.InDefinedShape adviceMethod,
boolean skipThrowable) |
Advice.MethodSizeHandler.ForAdvice |
Advice.MethodSizeHandler.Default.bindExit(MethodDescription.InDefinedShape adviceMethod,
boolean skipThrowable) |
Modifier and Type | Method and Description |
---|---|
void |
Advice.Dispatcher.SuppressionHandler.Bound.onStart(MethodVisitor methodVisitor,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler)
Invoked at the start of a method.
|
void |
Advice.Dispatcher.SuppressionHandler.NoOp.onStart(MethodVisitor methodVisitor,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler) |
void |
Advice.Dispatcher.SuppressionHandler.Suppressing.Bound.onStart(MethodVisitor methodVisitor,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler) |
Copyright © 2014–2016. All rights reserved.