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

Method make0

src/stone/Parser.java:236–236  ·  view source on GitHub ↗
(Object arg)

Source from the content-addressed store, hash-verified

234 public static final String factoryName = "create";
235 protected static abstract class Factory {
236 protected abstract ASTree make0(Object arg) throws Exception;
237 protected ASTree make(Object arg) {
238 try {
239 return make0(arg);

Callers 1

makeMethod · 0.95

Calls 3

getMethod · 0.65
sizeMethod · 0.45
invokeMethod · 0.45

Tested by

no test coverage detected