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

Method getByte

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

Source from the content-addressed store, hash-verified

138 }
139
140 public byte getByte(Object instance) throws IllegalAccessException {
141 return ((Byte) get(instance)).byteValue();
142 }
143
144 public short getShort(Object instance) throws IllegalAccessException {
145 return ((Short) get(instance)).shortValue();

Callers 2

fieldMethod · 0.45
doGetMethod · 0.45

Calls 2

getMethod · 0.95
byteValueMethod · 0.45

Tested by

no test coverage detected