Class Frame

java.lang.Object
org.powermock.core.bytebuddy.Frame

public class Frame extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • beforeConstructorCall

      public static Frame beforeConstructorCall(Iterable<? extends net.bytebuddy.description.method.ParameterDescription> constructorParameters)
    • addTopToLocals

      public Frame addTopToLocals(int count)
    • addLocalVariable

      public Frame addLocalVariable(Frame.LocalVariable localVariable)
    • addLocalVariables

      public Frame addLocalVariables(net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription.InDefinedShape> types)
    • locals

      public Object[] locals()
    • localSize

      public int localSize()
    • maxLocalVariableIndex

      public int maxLocalVariableIndex()