mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
<IMPL_SUFFIX> for method is a method signature hash, if method value parameter types contain inline class types, otherwise 'impl'. Constructor methods are named as 'constructor-<IMPL_SUFFIX>'. Synthesized 'box' and 'unbox' methods are named as '<METHOD_NAME>-<IMPL_SUFFIX>'. Erased implementations of overriding and non-overriding methods are named as '<METHOD_NAME>-<IMPL_SUFFIX>'. Fully specialized implementation of 'equals' will have a special suffix.
19 lines
962 B
Plaintext
Vendored
19 lines
962 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class Foo {
|
|
private final field x: int
|
|
private synthetic method <init>(p0: int): void
|
|
public synthetic final static @org.jetbrains.annotations.NotNull method box-impl(p0: int): Foo
|
|
public static method constructor-impl(p0: int): int
|
|
public method equals(p0: java.lang.Object): boolean
|
|
public static method equals-impl(p0: int, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
|
public final static method equals-impl0(p0: int, p1: int): boolean
|
|
public final static method getAsThis-impl(p0: int): int
|
|
public final static method getProp-impl(p0: int): int
|
|
public final method getX(): int
|
|
public method hashCode(): int
|
|
public static method hashCode-impl(p0: int): int
|
|
public method toString(): java.lang.String
|
|
public static @org.jetbrains.annotations.NotNull method toString-impl(p0: int): java.lang.String
|
|
public synthetic final method unbox-impl(): int
|
|
}
|