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

Method reset

src/stone/Parser.java:318–321  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

316 return new Parser(clazz);
317 }
318 public Parser reset() {
319 elements = new ArrayList<Element>();
320 return this;
321 }
322 public Parser reset(Class<? extends ASTree> clazz) {
323 elements = new ArrayList<Element>();
324 factory = Factory.getForASTList(clazz);

Callers 4

ParserMethod · 0.95
maybeMethod · 0.95
insertChoiceMethod · 0.95
TypedParserMethod · 0.80

Calls 1

getForASTListMethod · 0.95

Tested by

no test coverage detected