MCPcopy Index your code
hub / github.com/davidgiven/luje / isPrimitive

Method isPrimitive

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

Source from the content-addressed store, hash-verified

4{
5 public native boolean isInstance(Object o);
6 public native boolean isPrimitive();
7 public native boolean isArray();
8 public native Class<?> getSuperclass();
9 public native Class<?> getComponentType();

Callers 4

arraycopyMethod · 0.80
deepHashCodeElementMethod · 0.80
deepEqualsElementsMethod · 0.80
deepToStringImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected