294 lines
5.7 KiB
Plaintext
Vendored
294 lines
5.7 KiB
Plaintext
Vendored
package app;
|
|
|
|
import java.lang.System;
|
|
|
|
@kotlin.Metadata()
|
|
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
|
|
public abstract @interface Anno {
|
|
|
|
public abstract boolean a1();
|
|
|
|
public abstract byte a2();
|
|
|
|
public abstract int a3();
|
|
|
|
public abstract short a4();
|
|
|
|
public abstract long a5();
|
|
|
|
public abstract char a6();
|
|
|
|
public abstract float a7();
|
|
|
|
public abstract double a8();
|
|
|
|
public abstract java.lang.String a9();
|
|
}
|
|
|
|
////////////////////
|
|
|
|
package app;
|
|
|
|
public class B {
|
|
|
|
public B() {
|
|
super();
|
|
}
|
|
|
|
public static class id {
|
|
|
|
public id() {
|
|
super();
|
|
}
|
|
public static final int textView = 200;
|
|
}
|
|
public static final boolean a1 = false;
|
|
public static final byte a2 = 1;
|
|
public static final int a3 = 2;
|
|
public static final short a4 = 3;
|
|
public static final long a5 = 4L;
|
|
public static final char a6 = '5';
|
|
public static final float a7 = 6.0F;
|
|
public static final double a8 = 7.0;
|
|
public static final String a9 = "A";
|
|
}
|
|
|
|
////////////////////
|
|
|
|
package app;
|
|
|
|
import java.lang.System;
|
|
|
|
@kotlin.Metadata()
|
|
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
|
|
public abstract @interface Bind {
|
|
|
|
public abstract int id();
|
|
}
|
|
|
|
////////////////////
|
|
|
|
package app;
|
|
|
|
import java.lang.System;
|
|
|
|
@kotlin.Metadata()
|
|
@java.lang.annotation.Target(value = {java.lang.annotation.ElementType.FIELD})
|
|
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
|
|
@kotlin.annotation.Target(allowedTargets = {kotlin.annotation.AnnotationTarget.FIELD})
|
|
public abstract @interface BindField {
|
|
|
|
public abstract int id();
|
|
}
|
|
|
|
////////////////////
|
|
|
|
package app;
|
|
|
|
import java.lang.System;
|
|
|
|
@kotlin.Metadata()
|
|
public final class JJ {
|
|
@org.jetbrains.annotations.NotNull()
|
|
private static final java.lang.String b = null;
|
|
public static final app.JJ INSTANCE = null;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final java.lang.String getB() {
|
|
return null;
|
|
}
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final java.lang.String c() {
|
|
return null;
|
|
}
|
|
|
|
private JJ() {
|
|
super();
|
|
}
|
|
}
|
|
|
|
////////////////////
|
|
|
|
package app;
|
|
|
|
import java.lang.System;
|
|
|
|
@kotlin.Metadata()
|
|
public final class MyActivity {
|
|
@BindField(id = lib.R.id.textView)
|
|
private final int a = 0;
|
|
@BindField(id = lib.R.id.textView)
|
|
private final int b = 0;
|
|
@BindField(id = app.R.layout.mainActivity)
|
|
private final int c = 0;
|
|
@BindField(id = app.R.layout.mainActivity)
|
|
private final int d = 0;
|
|
@BindField(id = app.R2.layout.mainActivity)
|
|
private final int e = 0;
|
|
@BindField(id = app.B.id.textView)
|
|
private final int f = 0;
|
|
public final int propA = app.B.id.textView;
|
|
private final int propB = app.B.id.textView;
|
|
private int propC = app.B.id.textView;
|
|
public final int propD = app.B.id.textView;
|
|
public int propE = app.B.id.textView;
|
|
private final int propF = 0;
|
|
|
|
@Bind(id = lib.R.id.textView)
|
|
@java.lang.Deprecated()
|
|
public static void getA$annotations() {
|
|
}
|
|
|
|
public final int getA() {
|
|
return 0;
|
|
}
|
|
|
|
@Bind(id = lib.R.id.textView)
|
|
@java.lang.Deprecated()
|
|
public static void getB$annotations() {
|
|
}
|
|
|
|
public final int getB() {
|
|
return 0;
|
|
}
|
|
|
|
@Bind(id = app.R.layout.mainActivity)
|
|
@java.lang.Deprecated()
|
|
public static void getC$annotations() {
|
|
}
|
|
|
|
public final int getC() {
|
|
return 0;
|
|
}
|
|
|
|
@Bind(id = app.R.layout.mainActivity)
|
|
@java.lang.Deprecated()
|
|
public static void getD$annotations() {
|
|
}
|
|
|
|
public final int getD() {
|
|
return 0;
|
|
}
|
|
|
|
@Anno(a1 = app.B.a1, a2 = app.B.a2, a3 = app.B.a3, a4 = app.B.a4, a5 = app.B.a5, a6 = app.B.a6, a7 = app.B.a7, a8 = app.B.a8, a9 = "A")
|
|
@Bind(id = app.R2.layout.mainActivity)
|
|
@java.lang.Deprecated()
|
|
public static void getE$annotations() {
|
|
}
|
|
|
|
public final int getE() {
|
|
return 0;
|
|
}
|
|
|
|
@Bind(id = app.B.id.textView)
|
|
@java.lang.Deprecated()
|
|
public static void getF$annotations() {
|
|
}
|
|
|
|
public final int getF() {
|
|
return 0;
|
|
}
|
|
|
|
@Bind(id = lib.R.id.textView)
|
|
public final void foo() {
|
|
}
|
|
|
|
@Bind(id = lib.R.id.textView)
|
|
public final void foo2() {
|
|
}
|
|
|
|
@Bind(id = app.R.layout.mainActivity)
|
|
public final void foo3() {
|
|
}
|
|
|
|
@Bind(id = app.R.layout.mainActivity)
|
|
public final void foo4() {
|
|
}
|
|
|
|
@Anno(a1 = app.B.a1, a2 = app.B.a2, a3 = app.B.a3, a4 = app.B.a4, a5 = app.B.a5, a6 = app.B.a6, a7 = app.B.a7, a8 = app.B.a8, a9 = "A")
|
|
@Bind(id = app.R2.layout.mainActivity)
|
|
public final void foo5() {
|
|
}
|
|
|
|
@Bind(id = app.B.id.textView)
|
|
public final void plainIntConstant() {
|
|
}
|
|
|
|
public final int getPropB() {
|
|
return 0;
|
|
}
|
|
|
|
public final int getPropC() {
|
|
return 0;
|
|
}
|
|
|
|
public final void setPropC(int p0) {
|
|
}
|
|
|
|
public final int getPropF() {
|
|
return 0;
|
|
}
|
|
|
|
public MyActivity() {
|
|
super();
|
|
}
|
|
}
|
|
|
|
////////////////////
|
|
|
|
package app;
|
|
|
|
public class R {
|
|
|
|
public R() {
|
|
super();
|
|
}
|
|
|
|
public static class layout {
|
|
|
|
public layout() {
|
|
super();
|
|
}
|
|
public static final int mainActivity = 100;
|
|
}
|
|
}
|
|
|
|
////////////////////
|
|
|
|
package app;
|
|
|
|
public class R2 {
|
|
|
|
public R2() {
|
|
super();
|
|
}
|
|
|
|
public static class layout {
|
|
|
|
public layout() {
|
|
super();
|
|
}
|
|
public static final int mainActivity = 100;
|
|
}
|
|
}
|
|
|
|
////////////////////
|
|
|
|
package lib;
|
|
|
|
public class R {
|
|
|
|
public R() {
|
|
super();
|
|
}
|
|
|
|
public static class id {
|
|
|
|
public id() {
|
|
super();
|
|
}
|
|
public static final int textView = 100;
|
|
}
|
|
}
|