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

Method getClass

classpath/avian/SystemClassLoader.java:30–30  ·  view source on GitHub ↗
(VMClass vmClass)

Source from the content-addressed store, hash-verified

28 }
29
30 public static native Class getClass(VMClass vmClass);
31
32 public static native VMClass vmClass(Class jClass);
33

Callers 15

findClassMethod · 0.95
reallyFindLoadedClassMethod · 0.95
parseAnnotationValueMethod · 0.95
parseAnnotationMethod · 0.95
forCanonicalNameMethod · 0.95
getMethodsMethod · 0.95
getFieldsMethod · 0.95
makeMethodMethod · 0.95
getComponentTypeMethod · 0.95
getInterfacesMethod · 0.95
getSuperclassMethod · 0.95
getDeclaringClassMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected