public static interface Advice.StackMapFrameHandler.ForPostProcessor
Modifier and Type | Method and Description |
---|---|
void |
injectIntermediateFrame(MethodVisitor methodVisitor,
List<? extends TypeDescription> stack)
Injects a frame that represents the current state.
|
void injectIntermediateFrame(MethodVisitor methodVisitor, List<? extends TypeDescription> stack)
methodVisitor
- The method visitor onto which to apply the stack map frame.stack
- A list of types that are currently on the stack.Copyright © 2014–1970. All rights reserved.