| Package | Description |
|---|---|
| org.nd4j.bytebuddy.arithmetic |
| Modifier and Type | Method and Description |
|---|---|
static ByteBuddyIntArithmetic.Operation |
ByteBuddyIntArithmetic.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteBuddyIntArithmetic.Operation[] |
ByteBuddyIntArithmetic.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static net.bytebuddy.implementation.bytecode.StackManipulation |
ByteBuddyIntArithmetic.opFor(ByteBuddyIntArithmetic.Operation operation)
Returns the proper stack manipulation
for the given operation
|
| Constructor and Description |
|---|
ByteBuddyIntArithmetic(int val1,
int val2,
ByteBuddyIntArithmetic.Operation op)
Initialize with 2 values
and an operation to do on them
|
IntegerArithmeticByteCodeAppender(int val1,
int val2,
ByteBuddyIntArithmetic.Operation op) |
Copyright © 2015. All Rights Reserved.