Package | Description |
---|---|
net.bytebuddy.description.type |
Contains descriptions of Java types and packages.
|
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 |
StackManipulation s of this package are responsible for
accessing type or method members, i.e. |
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() |
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.