Package org.powermock.core.bytebuddy
Class Variable.VariableAccess
- java.lang.Object
-
- org.powermock.core.bytebuddy.Variable.VariableAccess
-
- Enclosing class:
- Variable
public static class Variable.VariableAccess extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VariableAccess()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static net.bytebuddy.implementation.bytecode.StackManipulation
load(Variable variable)
static net.bytebuddy.implementation.bytecode.StackManipulation
load(Variable variable, boolean boxing)
static net.bytebuddy.implementation.bytecode.StackManipulation
store(Variable variable)
-
-
-
Method Detail
-
load
public static net.bytebuddy.implementation.bytecode.StackManipulation load(Variable variable)
-
load
public static net.bytebuddy.implementation.bytecode.StackManipulation load(Variable variable, boolean boxing)
-
store
public static net.bytebuddy.implementation.bytecode.StackManipulation store(Variable variable)
-
-