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

Method getDeclaringClass

classpath/java/lang/reflect/Method.java:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 public static native VMMethod getCaller();
41
42 public Class<T> getDeclaringClass() {
43 return SystemClassLoader.getClass(vmMethod.class_);
44 }
45
46 public int getModifiers() {
47 return vmMethod.flags;

Callers 1

getDefaultValueMethod · 0.95

Calls 1

getClassMethod · 0.95

Tested by

no test coverage detected