| @kotlin.Deprecated() |
| public final class DeprecatedClass /* foo.DeprecatedClass*/ { |
| @org.jetbrains.annotations.NotNull() |
| private @org.jetbrains.annotations.NotNull() java.lang.String deprecatedAccessors; |
| |
| @org.jetbrains.annotations.NotNull() |
| private @org.jetbrains.annotations.NotNull() java.lang.String deprecatedErrorAccessors; |
| |
| private boolean deprecatedVariable; |
| |
| private int deprecatedErrorVariable; |
| |
| @kotlin.Deprecated() |
| @org.jetbrains.annotations.NotNull() |
| public final @org.jetbrains.annotations.NotNull() java.lang.String getDeprecatedAccessors();// getDeprecatedAccessors() |
| |
| @kotlin.Deprecated() |
| @org.jetbrains.annotations.NotNull() |
| public final @org.jetbrains.annotations.NotNull() java.lang.String getDeprecatedErrorAccessors();// getDeprecatedErrorAccessors() |
| |
| @kotlin.Deprecated() |
| public final void deprecatedErrorFunction();// deprecatedErrorFunction() |
| |
| @kotlin.Deprecated() |
| public final void deprecatedFunction(int);// deprecatedFunction(int) |
| |
| @kotlin.Deprecated() |
| public final void setDeprecatedAccessors(@org.jetbrains.annotations.NotNull() @org.jetbrains.annotations.NotNull() java.lang.String);// setDeprecatedAccessors(@org.jetbrains.annotations.NotNull() java.lang.String) |
| |
| @kotlin.Deprecated() |
| public final void setDeprecatedErrorAccessors(@org.jetbrains.annotations.NotNull() @org.jetbrains.annotations.NotNull() java.lang.String);// setDeprecatedErrorAccessors(@org.jetbrains.annotations.NotNull() java.lang.String) |
| |
| public DeprecatedClass();// .ctor() |
| |
| public final boolean getDeprecatedVariable();// getDeprecatedVariable() |
| |
| public final int getDeprecatedErrorVariable();// getDeprecatedErrorVariable() |
| |
| public final void setDeprecatedErrorVariable(int);// setDeprecatedErrorVariable(int) |
| |
| public final void setDeprecatedVariable(boolean);// setDeprecatedVariable(boolean) |
| } |