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

Method getInt

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

Source from the content-addressed store, hash-verified

150 }
151
152 public int getInt(Object instance) throws IllegalAccessException {
153 return ((Integer) get(instance)).intValue();
154 }
155
156 public float getFloat(Object instance) throws IllegalAccessException {
157 return ((Float) get(instance)).floatValue();

Callers 1

fieldMethod · 0.45

Calls 2

getMethod · 0.95
intValueMethod · 0.45

Tested by

no test coverage detected