Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VariableAccess

        public VariableAccess()
    • 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)