| public final class Container /* p1.Container*/ { |
| public Container();// .ctor() |
| |
| |
| |
| public static final class MyNumber /* p1.Container.MyNumber*/ extends java.lang.Number { |
| public MyNumber();// .ctor() |
| |
| public byte toByte();// toByte() |
| |
| public char toChar();// toChar() |
| |
| public double toDouble();// toDouble() |
| |
| public float toFloat();// toFloat() |
| |
| public int toInt();// toInt() |
| |
| public long toLong();// toLong() |
| |
| public short toShort();// toShort() |
| |
| }public static final class MyString /* p1.Container.MyString*/ implements java.lang.CharSequence { |
| @org.jetbrains.annotations.NotNull() |
| public java.lang.CharSequence subSequence(int, int);// subSequence(int, int) |
| |
| public MyString();// .ctor() |
| |
| public char get(int);// get(int) |
| |
| public error.NonExistentClass chars();// chars() |
| |
| public error.NonExistentClass codePoints();// codePoints() |
| |
| public int getLength();// getLength() |
| |
| }} |