public static class Frame.LocalVariable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Frame.LocalVariable |
DOUBLE |
private net.bytebuddy.implementation.bytecode.StackSize |
stackSize |
static Frame.LocalVariable |
TOP |
private java.lang.Object |
type |
static Frame.LocalVariable |
UNINITIALIZED_THIS |
Modifier | Constructor and Description |
---|---|
private |
LocalVariable(java.lang.Object type,
net.bytebuddy.implementation.bytecode.StackSize size) |
Modifier and Type | Method and Description |
---|---|
static Frame.LocalVariable |
from(net.bytebuddy.description.type.TypeDescription.Generic type) |
net.bytebuddy.implementation.bytecode.StackSize |
getStackSize() |
java.lang.Object |
getType() |
public static final Frame.LocalVariable UNINITIALIZED_THIS
public static final Frame.LocalVariable TOP
public static final Frame.LocalVariable DOUBLE
private final java.lang.Object type
private final net.bytebuddy.implementation.bytecode.StackSize stackSize
private LocalVariable(java.lang.Object type, net.bytebuddy.implementation.bytecode.StackSize size)
public static Frame.LocalVariable from(net.bytebuddy.description.type.TypeDescription.Generic type)
public java.lang.Object getType()
public net.bytebuddy.implementation.bytecode.StackSize getStackSize()