public class RelativeRetrieveArrayValueAppender extends Object implements net.bytebuddy.implementation.bytecode.ByteCodeAppender
| Constructor and Description |
|---|
RelativeRetrieveArrayValueAppender(int index) |
| Modifier and Type | Method and Description |
|---|---|
net.bytebuddy.implementation.bytecode.ByteCodeAppender.Size |
apply(net.bytebuddy.jar.asm.MethodVisitor methodVisitor,
net.bytebuddy.implementation.Implementation.Context implementationContext,
net.bytebuddy.description.method.MethodDescription instrumentedMethod) |
net.bytebuddy.implementation.bytecode.StackManipulation |
assignOperation() |
public RelativeRetrieveArrayValueAppender(int index)
index - the index to enqueuepublic net.bytebuddy.implementation.bytecode.ByteCodeAppender.Size apply(net.bytebuddy.jar.asm.MethodVisitor methodVisitor,
net.bytebuddy.implementation.Implementation.Context implementationContext,
net.bytebuddy.description.method.MethodDescription instrumentedMethod)
apply in interface net.bytebuddy.implementation.bytecode.ByteCodeAppenderpublic net.bytebuddy.implementation.bytecode.StackManipulation assignOperation()
Copyright © 2015. All Rights Reserved.