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)
Copyright © 2019. All rights reserved.