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

Method getSuperclass

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

Source from the content-addressed store, hash-verified

6 public native boolean isPrimitive();
7 public native boolean isArray();
8 public native Class<?> getSuperclass();
9 public native Class<?> getComponentType();
10 public native Class<?> getArrayType();
11 private Class<?> _arrayType;

Callers 1

getDeclaringClassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected