Interface StackManipulation.Simple.Dispatcher
- Enclosing class:
StackManipulation.Simple
public static interface StackManipulation.Simple.Dispatcher
A dispatcher for an instance of
StackManipulation.Simple.-
Method Summary
Modifier and TypeMethodDescriptionapply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext) A valid implementation ofStackManipulation.apply(MethodVisitor, Implementation.Context).
-
Method Details
-
apply
StackManipulation.Size apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext) A valid implementation ofStackManipulation.apply(MethodVisitor, Implementation.Context).- Parameters:
methodVisitor- The method visitor used to write the method implementation to.implementationContext- The context of the current implementation.- Returns:
- The changes to the size of the operand stack that are implied by this stack manipulation.
-