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

Method getLong

classpath/java/lang/reflect/Field.java:160–162  ·  view source on GitHub ↗
(Object instance)

Source from the content-addressed store, hash-verified

158 }
159
160 public long getLong(Object instance) throws IllegalAccessException {
161 return ((Long) get(instance)).longValue();
162 }
163
164 public double getDouble(Object instance) throws IllegalAccessException {
165 return ((Double) get(instance)).doubleValue();

Callers 3

classDescMethod · 0.95
classDescMethod · 0.95
fieldMethod · 0.45

Calls 2

getMethod · 0.95
longValueMethod · 0.45

Tested by

no test coverage detected