| Package | Description |
|---|---|
| org.nd4j.bytebuddy.arithmetic.relative.op |
| Modifier and Type | Method and Description |
|---|---|
static RelativeOperationImplementation.Operation |
RelativeOperationImplementation.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelativeOperationImplementation.Operation[] |
RelativeOperationImplementation.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 |
RelativeOperationImplementation.opFor(RelativeOperationImplementation.Operation operation)
Returns the proper stack manipulation
for the given operation
|
| Constructor and Description |
|---|
RelativeOperationByteCodeAppender(RelativeOperationImplementation.Operation op)
* @param op the operation to perform
|
RelativeOperationImplementation(RelativeOperationImplementation.Operation op)
and an operation to do on them
|
Copyright © 2015. All Rights Reserved.