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

Method numOfParameters

src/chap8/NativeFunction.java:16–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 }
15 @Override public String toString() { return "<native:" + hashCode() + ">"; }
16 public int numOfParameters() { return numParams; }
17 public Object invoke(Object[] args, ASTree tree) {
18 try {
19 return method.invoke(null, args);

Callers 2

evalMethod · 0.95
callFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected