public static interface Advice.MetaDataHandler.ForAdvice extends Advice.MetaDataHandler
Advice.MetaDataHandler.Default, Advice.MetaDataHandler.ForAdvice, Advice.MetaDataHandler.ForInstrumentedMethod, Advice.MetaDataHandler.NoOp
Modifier and Type | Method and Description |
---|---|
void |
recordMaxima(int stackSize,
int localVariableLength)
Records the maximum values for stack size and local variable array which are required by the advice method
for its individual execution without translation.
|
injectCompletionFrame, injectHandlerFrame, translateFrame
void recordMaxima(int stackSize, int localVariableLength)
stackSize
- The minimum required stack size.localVariableLength
- The minimum required length of the local variable array.Copyright © 2014–2016. All rights reserved.