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

Method repeat

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

Source from the content-addressed store, hash-verified

374 return this;
375 }
376 public Parser repeat(Parser p) {
377 elements.add(new Repeat(p, false));
378 return this;
379 }
380 public Parser expression(Parser subexp, Operators operators) {
381 elements.add(new Expr(null, subexp, operators));
382 return this;

Callers 5

FuncParserClass · 0.80
FuncParserMethod · 0.80
ArrayParserClass · 0.80
ClassParserClass · 0.80
BasicParserClass · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected