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

Method isInstance

classpath/java/lang/Class.java:565–568  ·  view source on GitHub ↗
(VMClass c, Object o)

Source from the content-addressed store, hash-verified

563 }
564
565 public static boolean isInstance(VMClass c, Object o) {
566 return o != null && Classes.isAssignableFrom
567 (c, Classes.getVMClass(o));
568 }
569
570 public boolean isInstance(Object o) {
571 return isInstance(vmClass, o);

Callers 6

toArrayMethod · 0.95
invokeMethod · 0.95
getMethod · 0.95
setMethod · 0.95
setMethod · 0.80
matchTypeMethod · 0.80

Calls 2

isAssignableFromMethod · 0.95
getVMClassMethod · 0.95

Tested by

no test coverage detected