MCPcopy Create free account
hub / github.com/chibash/stone / className

Method className

src/chap14/JavaFunction.java:13–15  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

11 clazz = loader.load(className, method);
12 }
13 public static String className(String name) {
14 return "chap14.java." + name;
15 }
16 public Object invoke(Object[] args) {
17 try {
18 return clazz.getDeclaredMethods()[0].invoke(null, args);

Callers 2

JavaFunctionMethod · 0.95
translateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected