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.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 |
---|---|
StackSize |
TypeDescription.getStackSize()
Returns the size of the type described by this instance.
|
StackSize |
TypeDescription.ForLoadedType.getStackSize() |
StackSize |
InstrumentedType.AbstractBase.getStackSize() |
Copyright © 2014. All rights reserved.