(Object singleton, int offset)
| 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 |
| 19 | } |
no outgoing calls
no test coverage detected