public class RelativeArrayAssignWithValueValueAppender extends Object implements net.bytebuddy.implementation.bytecode.ByteCodeAppender
| Constructor and Description |
|---|
RelativeArrayAssignWithValueValueAppender(int index,
int newVal) |
| 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 RelativeArrayAssignWithValueValueAppender(int index,
int newVal)
index - the index to enqueuenewVal - the new value to assign to
the index in the arraypublic 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.