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

Method setChar

classpath/java/lang/reflect/Field.java:310–314  ·  view source on GitHub ↗
(Object instance, char value)

Source from the content-addressed store, hash-verified

308 }
309
310 public void setChar(Object instance, char value)
311 throws IllegalAccessException
312 {
313 set(instance, value & 0xffff);
314 }
315
316 public void setShort(Object instance, short value)
317 throws IllegalAccessException

Callers 1

fieldMethod · 0.80

Calls 1

setMethod · 0.95

Tested by

no test coverage detected