Class Frame.LocalVariable

java.lang.Object
org.powermock.core.bytebuddy.Frame.LocalVariable
Enclosing class:
Frame

public static class Frame.LocalVariable extends Object
  • Field Details

  • Constructor Details

    • LocalVariable

      private LocalVariable(Object type, net.bytebuddy.implementation.bytecode.StackSize size)
  • Method Details

    • from

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

      public Object getType()
    • getStackSize

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