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

Method getLong

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

Source from the content-addressed store, hash-verified

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
18 // Fields in types.def

Callers 1

parseAnnotationValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected