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

Method setBoolean

classpath/java/lang/reflect/Field.java:304–308  ·  view source on GitHub ↗
(Object instance, boolean value)

Source from the content-addressed store, hash-verified

302 }
303
304 public void setBoolean(Object instance, boolean value)
305 throws IllegalAccessException
306 {
307 set(instance, value ? 1 : 0);
308 }
309
310 public void setChar(Object instance, char value)
311 throws IllegalAccessException

Callers 1

fieldMethod · 0.80

Calls 1

setMethod · 0.95

Tested by

no test coverage detected