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

Method get

src/main/java/org/sfj/PegLegParser.java:588–588  ·  view source on GitHub ↗

Get context object at the moment. @return context object

()

Source from the content-addressed store, hash-verified

586 * @return context object
587 */
588 public PegLegParser<V> get() { return this; }
589
590 protected IllegalArgumentException error(String message) {
591 return new IllegalArgumentException("[" + source.getState().line + ":" + source.getState().linePos + "] " + message);

Callers 15

eofRuleMethod · 0.95
wsRuleMethod · 0.95
consumeWSMethod · 0.95
innerTestMethod · 0.95
innerTimesOfMethod · 0.95
charRangeMethod · 0.95
innerStrMethod · 0.95
wsMethod · 0.95
extremelyInnerStringMethod · 0.95
anyOfMethod · 0.95
dictionaryOfMethod · 0.95
noneOfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected