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

Method ast

src/stone/Parser.java:358–361  ·  view source on GitHub ↗
(Parser p)

Source from the content-addressed store, hash-verified

356 return this;
357 }
358 public Parser ast(Parser p) {
359 elements.add(new Tree(p));
360 return this;
361 }
362 public Parser or(Parser... p) {
363 elements.add(new OrTree(p));
364 return this;

Callers 8

TypedParserClass · 0.80
TypedParserMethod · 0.80
FuncParserClass · 0.80
ArrayParserClass · 0.80
ArrayParserMethod · 0.80
ClosureParserMethod · 0.80
ClassParserClass · 0.80
BasicParserClass · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected