Class MethodRef

java.lang.Object
org.robolectric.internal.bytecode.MethodRef

public class MethodRef extends Object
Reference to a specific method on a class.
  • Field Details

    • className

      public final String className
    • methodName

      public final String methodName
  • Constructor Details

    • MethodRef

      public MethodRef(Class<?> clazz, String methodName)
    • MethodRef

      public MethodRef(String className, String methodName)
  • Method Details