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

Interface PegLegRule

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

A Rule. Core to parsing is defining your own rules. @param Value type

Source from the content-addressed store, hash-verified

85 * @param <V> Value type
86 */
87 @FunctionalInterface
88 public interface PegLegRule<V> {
89 RuleReturn<V> rule();
90 }
91
92 /**
93 * An execution, which return true to continue parsing, false to stop.

Callers 8

bcMethod · 0.65
abcdMethod · 0.65
abcd2Method · 0.65
orabcdMethod · 0.65
fourCharsMethod · 0.65
testNothingMethod · 0.65
termMethod · 0.65
testCalcMethod · 0.65

Implementers 2

ParentRulesrc/main/java/org/sfj/PegLegParser.jav
CharTerminalsrc/main/java/org/sfj/PegLegParser.jav

Calls

no outgoing calls

Tested by

no test coverage detected