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

Method ch

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

Generate a terminal rule for a specific character. @param ch char @return rule

(char ch)

Source from the content-addressed store, hash-verified

597 * @return rule
598 */
599 public CharTerminal<V> ch(char ch) { return innerStr("ch(" + ch + ")", Character.toString(ch)); }
600
601 /**
602 * Generate a terminal rule for a range of characters.

Callers 2

StepMethod · 0.80
expMethod · 0.80

Calls 2

innerStrMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected