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

Method getChar

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

Source from the content-addressed store, hash-verified

146 }
147
148 public char getChar(Object instance) throws IllegalAccessException {
149 return ((Character) get(instance)).charValue();
150 }
151
152 public int getInt(Object instance) throws IllegalAccessException {
153 return ((Integer) get(instance)).intValue();

Callers 1

fieldMethod · 0.45

Calls 2

getMethod · 0.95
charValueMethod · 0.80

Tested by

no test coverage detected