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

Method parameters

src/chap7/Function.java:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 this.env = env;
14 }
15 public ParameterList parameters() { return parameters; }
16 public BlockStmnt body() { return body; }
17 public Environment makeEnv() { return new NestedEnv(env); }
18 @Override public String toString() { return "<fun:" + hashCode() + ">"; }

Callers 13

evalMethod · 0.95
lookupMethod · 0.45
evalMethod · 0.45
lookupMethod · 0.45
evalMethod · 0.45
evalMethod · 0.45
evalMethod · 0.45
lookupAsMethodMethod · 0.45
toStringMethod · 0.45
typeCheckMethod · 0.45
callFunctionMethod · 0.45
evalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected