public static interface Advice.StackMapFrameHandler.ForPostProcessor
| Modifier and Type | Method and Description | 
|---|---|
| void | injectIntermediateFrame(org.objectweb.asm.MethodVisitor methodVisitor,
                       List<? extends TypeDescription> stack)Injects a frame that represents the current state. | 
void injectIntermediateFrame(org.objectweb.asm.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–2022. All rights reserved.