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

Method getDouble

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

Source from the content-addressed store, hash-verified

162 }
163
164 public double getDouble(Object instance) throws IllegalAccessException {
165 return ((Double) get(instance)).doubleValue();
166 }
167
168 private boolean matchType(Object value) {
169 switch (vmField.code) {

Callers 1

fieldMethod · 0.45

Calls 2

getMethod · 0.95
doubleValueMethod · 0.45

Tested by

no test coverage detected