Package org.powermock.core.bytebuddy
Class Frame.LocalVariable
- java.lang.Object
-
- org.powermock.core.bytebuddy.Frame.LocalVariable
-
- Enclosing class:
- Frame
public static class Frame.LocalVariable extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field 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
-
Constructor Summary
Constructors Modifier Constructor Description private
LocalVariable(java.lang.Object type, net.bytebuddy.implementation.bytecode.StackSize size)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Frame.LocalVariable
from(net.bytebuddy.description.type.TypeDescription.Generic type)
net.bytebuddy.implementation.bytecode.StackSize
getStackSize()
java.lang.Object
getType()
-
-
-
Field Detail
-
UNINITIALIZED_THIS
public static final Frame.LocalVariable UNINITIALIZED_THIS
-
TOP
public static final Frame.LocalVariable TOP
-
DOUBLE
public static final Frame.LocalVariable DOUBLE
-
type
private final java.lang.Object type
-
stackSize
private final net.bytebuddy.implementation.bytecode.StackSize stackSize
-
-
Method Detail
-
from
public static Frame.LocalVariable from(net.bytebuddy.description.type.TypeDescription.Generic type)
-
getType
public java.lang.Object getType()
-
getStackSize
public net.bytebuddy.implementation.bytecode.StackSize getStackSize()
-
-