(Object singleton, int offset)
| 13 | public abstract class Singleton { |
| 14 | public static native int getInt(Object singleton, int offset); |
| 15 | public static native long getLong(Object singleton, int offset); |
| 16 | public static native Object getObject(Object singleton, int offset); |
| 17 | |
| 18 | // Fields in types.def |
no outgoing calls
no test coverage detected