Class Frame.LocalVariable

  • Enclosing class:
    Frame

    public static class Frame.LocalVariable
    extends java.lang.Object
    • Field Detail

      • type

        private final java.lang.Object type
      • stackSize

        private final net.bytebuddy.implementation.bytecode.StackSize stackSize
    • Constructor Detail

      • LocalVariable

        private LocalVariable​(java.lang.Object type,
                              net.bytebuddy.implementation.bytecode.StackSize size)
    • Method Detail

      • from

        public static Frame.LocalVariable from​(net.bytebuddy.description.type.TypeDescription.Generic type)
      • getType

        public java.lang.Object getType()
      • getStackSize

        public net.bytebuddy.implementation.bytecode.StackSize getStackSize()