179 lines
5.8 KiB
Java
Vendored
179 lines
5.8 KiB
Java
Vendored
public final class C /* C*/ {
|
|
@org.jetbrains.annotations.NotNull()
|
|
private static java.lang.String c1;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
private static java.lang.String c;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
private static java.lang.String x = "" /* initializer type: java.lang.String */;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final C.Companion Companion;
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final java.lang.String getC(@org.jetbrains.annotations.NotNull() I);// getC(I)
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
public static final void foo();// foo()
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
public static final void setC(@org.jetbrains.annotations.NotNull() I, @org.jetbrains.annotations.NotNull() java.lang.String);// setC(I, java.lang.String)
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
public static final void setC1(@org.jetbrains.annotations.NotNull() java.lang.String);// setC1(java.lang.String)
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final java.lang.String getX();// getX()
|
|
|
|
public C();// .ctor()
|
|
|
|
public static final void setX(@org.jetbrains.annotations.NotNull() java.lang.String);// setX(java.lang.String)
|
|
|
|
class Companion ...
|
|
}
|
|
|
|
public final class C1 /* C1*/ {
|
|
@org.jetbrains.annotations.NotNull()
|
|
private static final C1.Companion Companion;
|
|
|
|
public C1();// .ctor()
|
|
|
|
class Companion ...
|
|
}
|
|
|
|
public final class C2 /* C2*/ {
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final C2.Companion Companion;
|
|
|
|
public C2();// .ctor()
|
|
|
|
class Companion ...
|
|
}
|
|
|
|
public final class ClassWithConstContainer /* ClassWithConstContainer*/ {
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final ClassWithConstContainer.Companion Companion;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final java.lang.String str = "one" /* initializer type: java.lang.String */ /* constant value one */;
|
|
|
|
public static final double complexFloat = 5.118281745910645 /* initializer type: double */ /* constant value 5.118281745910645 */;
|
|
|
|
public static final double e = 2.7182818284 /* initializer type: double */ /* constant value 2.7182818284 */;
|
|
|
|
public static final float eFloat = 2.7182817f /* initializer type: float */ /* constant value 2.7182817 */;
|
|
|
|
public static final int one = 1 /* initializer type: int */ /* constant value 1 */;
|
|
|
|
public static final long complexLong = 2L /* initializer type: long */ /* constant value 2 */;
|
|
|
|
public static final long oneLong = 1L /* initializer type: long */ /* constant value 1 */;
|
|
|
|
public ClassWithConstContainer();// .ctor()
|
|
|
|
class Companion ...
|
|
}
|
|
|
|
public static final class Companion /* C.Companion*/ {
|
|
@java.lang.Deprecated()
|
|
@kotlin.jvm.JvmStatic()
|
|
public static void getX$annotations();// getX$annotations()
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final java.lang.String getC(@org.jetbrains.annotations.NotNull() I);// getC(I)
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
public final void foo();// foo()
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
public final void setC(@org.jetbrains.annotations.NotNull() I, @org.jetbrains.annotations.NotNull() java.lang.String);// setC(I, java.lang.String)
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
public final void setC1(@org.jetbrains.annotations.NotNull() java.lang.String);// setC1(java.lang.String)
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final java.lang.String getC1();// getC1()
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final java.lang.String getX();// getX()
|
|
|
|
private Companion();// .ctor()
|
|
|
|
public final void bar();// bar()
|
|
|
|
public final void setX(@org.jetbrains.annotations.NotNull() java.lang.String);// setX(java.lang.String)
|
|
}
|
|
|
|
private static final class Companion /* C1.Companion*/ {
|
|
private Companion();// .ctor()
|
|
}
|
|
|
|
public static final class Companion /* I.Companion*/ {
|
|
private Companion();// .ctor()
|
|
}
|
|
|
|
public static final class Companion /* C2.Companion*/ {
|
|
private Companion();// .ctor()
|
|
}
|
|
|
|
public static final class Companion /* ClassWithConstContainer.Companion*/ {
|
|
private Companion();// .ctor()
|
|
}
|
|
|
|
public final class ConstContainer /* ConstContainer*/ {
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final ConstContainer INSTANCE;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final java.lang.String str = "one" /* initializer type: java.lang.String */ /* constant value one */;
|
|
|
|
public static final double complexFloat = 5.118281745910645 /* initializer type: double */ /* constant value 5.118281745910645 */;
|
|
|
|
public static final double e = 2.7182818284 /* initializer type: double */ /* constant value 2.7182818284 */;
|
|
|
|
public static final float eFloat = 2.7182817f /* initializer type: float */ /* constant value 2.7182817 */;
|
|
|
|
public static final int one = 1 /* initializer type: int */ /* constant value 1 */;
|
|
|
|
public static final long complexLong = 2L /* initializer type: long */ /* constant value 2 */;
|
|
|
|
public static final long oneLong = 1L /* initializer type: long */ /* constant value 1 */;
|
|
|
|
private ConstContainer();// .ctor()
|
|
}
|
|
|
|
public abstract interface I /* I*/ {
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final I.Companion Companion;
|
|
|
|
class Companion ...
|
|
}
|
|
|
|
public final class Obj /* Obj*/ implements java.lang.Runnable {
|
|
@org.jetbrains.annotations.NotNull()
|
|
private static java.lang.String x = "" /* initializer type: java.lang.String */;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final Obj INSTANCE;
|
|
|
|
@java.lang.Deprecated()
|
|
@kotlin.jvm.JvmStatic()
|
|
public static void getX$annotations();// getX$annotations()
|
|
|
|
@java.lang.Override()
|
|
public void run();// run()
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
public static final int zoo();// zoo()
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final java.lang.String getX();// getX()
|
|
|
|
private Obj();// .ctor()
|
|
|
|
public static final void setX(@org.jetbrains.annotations.NotNull() java.lang.String);// setX(java.lang.String)
|
|
}
|