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

Method getBoolean

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

Source from the content-addressed store, hash-verified

134 }
135
136 public boolean getBoolean(Object instance) throws IllegalAccessException {
137 return ((Boolean) get(instance)).booleanValue();
138 }
139
140 public byte getByte(Object instance) throws IllegalAccessException {
141 return ((Byte) get(instance)).byteValue();

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
booleanValueMethod · 0.45

Tested by

no test coverage detected