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

Method ClosureParser

src/stone/ClosureParser.java:6–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5public class ClosureParser extends FuncParser {
6 public ClosureParser() {
7 primary.insertChoice(rule(Fun.class)
8 .sep("fun").ast(paramList).ast(block));
9 }
10}

Callers

nothing calls this directly

Calls 4

insertChoiceMethod · 0.80
astMethod · 0.80
sepMethod · 0.80
ruleMethod · 0.80

Tested by

no test coverage detected