| Package | Description |
|---|---|
| net.bytebuddy.instrumentation.method.bytecode.stack |
This package offers an abstraction of creating Java byte code by only manipulating a method's operand stack.
|
| Modifier and Type | Method and Description |
|---|---|
static StackManipulation.LegalTrivial |
StackManipulation.LegalTrivial.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackManipulation.LegalTrivial[] |
StackManipulation.LegalTrivial.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All rights reserved.