public class IntegerArithmeticByteCodeAppender extends Object implements net.bytebuddy.implementation.bytecode.ByteCodeAppender
| Constructor and Description |
|---|
IntegerArithmeticByteCodeAppender(int val1,
int val2,
ByteBuddyIntArithmetic.Operation op) |
| 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) |
public IntegerArithmeticByteCodeAppender(int val1,
int val2,
ByteBuddyIntArithmetic.Operation op)
val1 - the first value to do the op onval2 - the second value to to do the op onop - the operation to performpublic 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.ByteCodeAppenderCopyright © 2015. All Rights Reserved.