| Package | Description | 
|---|---|
| net.bytebuddy.description.type | Contains descriptions of Java types and packages. | 
| net.bytebuddy.description.type.generic | Contains descriptions for generic types as defined in the Java programming language. | 
| net.bytebuddy.implementation.bytecode | Types and classes in this package are responsible for creating Java byte code for a given byte code target
 which is represented by a  MethodDescription. | 
| net.bytebuddy.implementation.bytecode.member | StackManipulations of this package are responsible for
 accessing type or method members, i.e. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackSize | TypeDescription.AbstractBase.OfSimpleType. getStackSize() | 
| StackSize | TypeDescription.ForLoadedType. getStackSize() | 
| StackSize | TypeDescription.ArrayProjection. getStackSize() | 
| Modifier and Type | Method and Description | 
|---|---|
| StackSize | GenericTypeDescription. getStackSize()Returns the size of the type described by this instance. | 
| StackSize | GenericTypeDescription.ForNonGenericType. getStackSize() | 
| StackSize | GenericTypeDescription.ForGenericArray. getStackSize() | 
| StackSize | GenericTypeDescription.ForWildcardType. getStackSize() | 
| StackSize | GenericTypeDescription.ForParameterizedType. getStackSize() | 
| StackSize | GenericTypeDescription.ForTypeVariable. getStackSize() | 
| StackSize | GenericTypeDescription.LazyProjection. getStackSize() | 
| 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) | 
Copyright © 2014–2015. All rights reserved.