Class Variable.VariableAccess

java.lang.Object
org.powermock.core.bytebuddy.Variable.VariableAccess
Enclosing class:
Variable

public static class Variable.VariableAccess extends Object
  • Constructor Details

    • VariableAccess

      public VariableAccess()
  • Method Details

    • 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)