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

Method setInt

classpath/java/lang/reflect/Field.java:322–326  ·  view source on GitHub ↗
(Object instance, int value)

Source from the content-addressed store, hash-verified

320 }
321
322 public void setInt(Object instance, int value)
323 throws IllegalAccessException
324 {
325 set(instance, value & 0xffffffffl);
326 }
327
328 public void setLong(Object instance, long value)
329 throws IllegalAccessException

Callers 2

mainMethod · 0.80
fieldMethod · 0.80

Calls 1

setMethod · 0.95

Tested by 1

mainMethod · 0.64