| Package | Description | 
|---|---|
| net.bytebuddy.instrumentation.method.bytecode.stack.constant | StackManipulations in this package are responsible for
 creating compile-time constants and pushing them onto the operand stack. | 
| Modifier and Type | Method and Description | 
|---|---|
| static DefaultValue | DefaultValue. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DefaultValue[] | DefaultValue. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
Copyright © 2014. All rights reserved.