MCPcopy Create free account
hub / github.com/SquirrelJME/SquirrelJME / getClass

Method getClass

runt/apis/cldc-compact/java/lang/Object.java:96–99  ·  view source on GitHub ↗

Returns the class object which is associated with this object, this is the class of the current object. @return The current class object. @since 2016/02/08

()

Source from the content-addressed store, hash-verified

94 * @since 2016/02/08
95 */
96 public final Class<?> getClass()
97 {
98 return ObjectAccess.classOf(this);
99 }
100
101 /**
102 * Calculates the hash code for this object.

Callers 15

cloneMethod · 0.95
toStringMethod · 0.95
__argumentMethod · 0.95
loadToStackMethod · 0.95
popFromStackMethod · 0.95
popFromStackNotNullMethod · 0.95
getMethod · 0.95
classOfMethod · 0.80
runTestMethod · 0.80
__convertToStringMethod · 0.80
testMethod · 0.80
testMethod · 0.80

Calls 1

classOfMethod · 0.95

Tested by 5

runTestMethod · 0.64
__convertToStringMethod · 0.64
testMethod · 0.64
testMethod · 0.64
testMethod · 0.64