Package org.powermock.core.bytebuddy
Class Frame.LocalVariable
java.lang.Object
org.powermock.core.bytebuddy.Frame.LocalVariable
- Enclosing class:
Frame
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Frame.LocalVariable
private final net.bytebuddy.implementation.bytecode.StackSize
static final Frame.LocalVariable
private final Object
static final Frame.LocalVariable
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
LocalVariable
(Object type, net.bytebuddy.implementation.bytecode.StackSize size) -
Method Summary
Modifier and TypeMethodDescriptionstatic Frame.LocalVariable
from
(net.bytebuddy.description.type.TypeDescription.Generic type) net.bytebuddy.implementation.bytecode.StackSize
getType()
-
Field Details
-
UNINITIALIZED_THIS
-
TOP
-
DOUBLE
-
type
-
stackSize
private final net.bytebuddy.implementation.bytecode.StackSize stackSize
-
-
Constructor Details
-
LocalVariable
-
-
Method Details
-
from
-
getType
-
getStackSize
public net.bytebuddy.implementation.bytecode.StackSize getStackSize()
-