MCPcopy Create free account
hub / github.com/ReadyTalk/avian / getInt

Method getInt

classpath/avian/Singleton.java:14–14  ·  view source on GitHub ↗
(Object singleton, int offset)

Source from the content-addressed store, hash-verified

12
13public 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

Callers 1

parseAnnotationValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected