| 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. 
 | 
| net.bytebuddy.instrumentation.method.bytecode.stack.member | 
StackManipulations of this package are responsible for
 accessing type or method members, i.e. | 
| net.bytebuddy.instrumentation.type | 
 This package contains types and implementations for describing a Java type, i.e. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StackSize | 
StackSize.maximum(StackSize stackSize)
Determines the maximum of two stack size representations. 
 | 
static StackSize | 
StackSize.of(Class<?> type)
Finds the operand stack size of a given Java type. 
 | 
static StackSize | 
StackSize.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static StackSize[] | 
StackSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StackSize | 
StackSize.maximum(StackSize stackSize)
Determines the maximum of two stack size representations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected StackManipulation.Size | 
FieldAccess.AccessDispatcher.FieldGetInstruction.resolveSize(StackSize fieldSize)  | 
protected StackManipulation.Size | 
FieldAccess.AccessDispatcher.FieldPutInstruction.resolveSize(StackSize fieldSize)  | 
| Modifier and Type | Method and Description | 
|---|---|
StackSize | 
TypeDescription.getStackSize()
Returns the size of the type described by this instance. 
 | 
StackSize | 
TypeDescription.AbstractTypeDescription.OfSimpleType.getStackSize()  | 
StackSize | 
TypeDescription.ForLoadedType.getStackSize()  | 
StackSize | 
TypeDescription.ArrayProjection.getStackSize()  | 
Copyright © 2014. All rights reserved.