Class Variable


  • public class Variable
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int offset  
      private net.bytebuddy.description.type.TypeDescription typeDefinitions  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Variable​(net.bytebuddy.description.type.TypeDescription typeDefinitions, int offset)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Variable of​(net.bytebuddy.description.type.TypeDescription.Generic variableType, int offset)  
      • Methods inherited from class java.lang.Object

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

      • typeDefinitions

        private final net.bytebuddy.description.type.TypeDescription typeDefinitions
      • offset

        private final int offset
    • Constructor Detail

      • Variable

        private Variable​(net.bytebuddy.description.type.TypeDescription typeDefinitions,
                         int offset)
    • Method Detail

      • of

        public static Variable of​(net.bytebuddy.description.type.TypeDescription.Generic variableType,
                                  int offset)