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

Method rule

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

Source from the content-addressed store, hash-verified

87 @FunctionalInterface
88 public interface PegLegRule<V> {
89 RuleReturn<V> rule();
90 }
91
92 /**

Callers 15

bcMethod · 0.65
abcdMethod · 0.65
abcd2Method · 0.65
orabcdMethod · 0.65
fourCharsMethod · 0.65
testNothingMethod · 0.65
termMethod · 0.65
testCalcMethod · 0.65
AMethod · 0.65
BMethod · 0.65
ruleMethod · 0.65
ruleMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 10

bcMethod · 0.52
abcdMethod · 0.52
abcd2Method · 0.52
orabcdMethod · 0.52
fourCharsMethod · 0.52
testNothingMethod · 0.52
termMethod · 0.52
testCalcMethod · 0.52
AMethod · 0.52
BMethod · 0.52