Interface StackManipulation.Simple.Dispatcher
-
- Enclosing class:
- StackManipulation.Simple
public static interface StackManipulation.Simple.Dispatcher
A dispatcher for an instance ofStackManipulation.Simple
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StackManipulation.Size
apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)
A valid implementation ofStackManipulation.apply(MethodVisitor, Implementation.Context)
.
-
-
-
Method Detail
-
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.
-
-