MCPcopy Create free account
hub / github.com/cschanck/single-file-java / eofRule

Method eofRule

src/main/java/org/sfj/PegLegParser.java:495–498  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

493 }
494
495 private RuleReturn<V> eofRule() {
496 get().pushFrame("eof()");
497 return get().ruleReturn(source.atEnd(), false);
498 }
499
500 private RuleReturn<V> eolRule() { return innerStr("eol()", lineSep).rule(); }
501

Callers

nothing calls this directly

Calls 4

getMethod · 0.95
pushFrameMethod · 0.80
ruleReturnMethod · 0.80
atEndMethod · 0.80

Tested by

no test coverage detected