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

Method ClassParser

src/stone/ClassParser.java:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 .option(rule().sep("extends").identifier(reserved))
14 .ast(class_body);
15 public ClassParser() {
16 postfix.insertChoice(rule(Dot.class).sep(".").identifier(reserved));
17 program.insertChoice(defclass);
18 }
19}

Callers

nothing calls this directly

Calls 4

insertChoiceMethod · 0.80
identifierMethod · 0.80
sepMethod · 0.80
ruleMethod · 0.80

Tested by

no test coverage detected