MCPcopy Create free account
hub / github.com/davidgiven/luje / isInstance

Method isInstance

lib/java/lang/Class.java:5–5  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

3public abstract class Class<T extends Object>
4{
5 public native boolean isInstance(Object o);
6 public native boolean isPrimitive();
7 public native boolean isArray();
8 public native Class<?> getSuperclass();

Callers 1

checkTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected