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

Method ex

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

Execs a blob of code, always continues parsing. @param del delegate call @return exec

(Runnable del)

Source from the content-addressed store, hash-verified

900 * @return exec
901 */
902 public Exec ex(Runnable del) {
903 return () -> {
904 del.run();
905 return true;
906 };
907 }
908
909 /**
910 * Rule with matches any character.

Callers 11

expressionMethod · 0.80
termMethod · 0.80
numberMethod · 0.80
simpleStepMethod · 0.80
quoteStepMethod · 0.80
arrSpecMethod · 0.80
StepMethod · 0.80
jsonObjectMethod · 0.80
valueMethod · 0.80
jsonStringMethod · 0.80
jsonArrayMethod · 0.80

Calls 1

runMethod · 0.80

Tested by 6

expressionMethod · 0.64
termMethod · 0.64
numberMethod · 0.64
simpleStepMethod · 0.64
quoteStepMethod · 0.64
arrSpecMethod · 0.64