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

Method getObject

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

Source from the content-addressed store, hash-verified

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}

Callers 2

parseAnnotationValueMethod · 0.95
parseAnnotationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected