public static class Variable.VariableAccess
extends java.lang.Object
| Constructor and Description |
|---|
VariableAccess() |
| Modifier and Type | Method and 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) |
public static net.bytebuddy.implementation.bytecode.StackManipulation load(Variable variable)
public static net.bytebuddy.implementation.bytecode.StackManipulation load(Variable variable, boolean boxing)
public static net.bytebuddy.implementation.bytecode.StackManipulation store(Variable variable)