protected static interface Advice.MethodSizeHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
Advice.MethodSizeHandler.Default
A default implementation for a method size handler.
|
static interface |
Advice.MethodSizeHandler.ForAdvice
A method size handler for an advice method.
|
static interface |
Advice.MethodSizeHandler.ForInstrumentedMethod
A method size handler for the instrumented method.
|
static class |
Advice.MethodSizeHandler.NoOp
A non-operational method size handler.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
UNDEFINED_SIZE
Indicates that a size is not computed but handled directly by ASM.
|
| Modifier and Type | Method and Description |
|---|---|
void |
requireLocalVariableLength(int localVariableLength)
Requires a minimum length of the local variable array.
|
static final int UNDEFINED_SIZE
Copyright © 2014–2017. All rights reserved.