mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
54 lines
1.9 KiB
Plaintext
Vendored
54 lines
1.9 KiB
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class A {
|
|
synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
|
private @AnnField field p: int
|
|
private final @AnnDelegate @org.jetbrains.annotations.NotNull field s$delegate: CustomDelegate
|
|
private final @AnnField field x: int
|
|
private field y: int
|
|
static method <clinit>(): void
|
|
public method <init>(@AnnParam p0: int, @AnnParam p1: int): void
|
|
public final @AnnGetter method getP(): int
|
|
public final @org.jetbrains.annotations.NotNull method getS(): java.lang.String
|
|
public final method getX(): int
|
|
public final @AnnGetter method getY(): int
|
|
public synthetic deprecated static @AnnProp @AnnProp2 method p$annotations(): void
|
|
public synthetic deprecated static @AnnProp @AnnProp2 @AnnDelegate method s$annotations(): void
|
|
public final @AnnSetter method setP(@AnnParam p0: int): void
|
|
public final @AnnSetter method setY(p0: int): void
|
|
public synthetic deprecated static @AnnProp2 method x$annotations(): void
|
|
}
|
|
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class AnnDelegate
|
|
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class AnnField
|
|
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class AnnGetter
|
|
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class AnnParam
|
|
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class AnnProp
|
|
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class AnnProp2
|
|
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class AnnSetter
|
|
|
|
@kotlin.Metadata
|
|
public final class CustomDelegate {
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): java.lang.String
|
|
}
|