Class MethodMaxLocals

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

public class MethodMaxLocals extends Object
  • Field Details

  • Constructor Details

    • MethodMaxLocals

      MethodMaxLocals()
  • Method Details

    • add

      public void add(String name, String signature, int maxLocals)
    • getMethodMaxLocal

      public int getMethodMaxLocal(net.bytebuddy.description.method.MethodDescription instrumentedMethod)