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