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

Method isRule

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

Source from the content-addressed store, hash-verified

478 public Exec asExec() { return this.exec; }
479
480 boolean isRule() { return rule != null; }
481
482 PegLegRule<V> asRule() { return rule; }
483 }

Callers 2

seqOfMethod · 0.80
firstOfMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected