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

Method string

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

Source from the content-addressed store, hash-verified

341 return this;
342 }
343 public Parser string() {
344 return string(null);
345 }
346 public Parser string(Class<? extends ASTLeaf> clazz) {
347 elements.add(new StrToken(clazz));
348 return this;

Callers 1

BasicParserClass · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected