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

Method makeMethod

classpath/avian/Classes.java:552–554  ·  view source on GitHub ↗
(VMMethod m)

Source from the content-addressed store, hash-verified

550 }
551
552 public static Method makeMethod(VMMethod m) {
553 return makeMethod(SystemClassLoader.getClass(m.class_), index(m));
554 }
555
556 public static ProtectionDomain getProtectionDomain(VMClass c) {
557 CodeSource source = null;

Callers 2

getMethodsMethod · 0.95
makeClassMethod · 0.95

Calls 2

getClassMethod · 0.95
indexMethod · 0.95

Tested by

no test coverage detected