MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getClass

Method getClass

vm/JavaAPI/src/java/lang/Object.java:45–47  ·  view source on GitHub ↗

Returns the runtime class of an object. That Class object is the object that is locked by static synchronized methods of the represented class.

()

Source from the content-addressed store, hash-verified

43 * Returns the runtime class of an object. That Class object is the object that is locked by static synchronized methods of the represented class.
44 */
45 public final java.lang.Class getClass() {
46 return getClassImpl();
47 }
48
49 private native final java.lang.Class getClassImpl();
50

Callers 15

getCellTypeMethod · 0.95
evalMethod · 0.95
scoreMatchMethod · 0.95
evalMethod · 0.95
invokeImplMethod · 0.95
invokeMethodMethod · 0.95
evalMethod · 0.95
doIndexMethod · 0.95
constructObjectMethod · 0.95
binaryOperationMethod · 0.95

Calls 1

getClassImplMethod · 0.95