Home | History | Annotate | Download | only in a
      1 package com.android.stubs.a;
      2 public abstract class A
      3   extends com.android.stubs.Parent
      4   implements com.android.stubs.Parent.Interface, com.android.stubs.a.SomeInterface
      5 {
      6 public class Inner
      7 {
      8 public  Inner() { throw new RuntimeException("Stub!"); }
      9 }
     10 protected  A(int a) { throw new RuntimeException("Stub!"); }
     11 public  com.android.stubs.a.A varargs(com.android.stubs.Parent[]... args) { throw new RuntimeException("Stub!"); }
     12 public  void method() { throw new RuntimeException("Stub!"); }
     13 public abstract  java.lang.String[] stringArrayMethod() throws java.io.IOException;
     14 }
     15