MCPcopy Index your code
hub / github.com/beanshell/beanshell / jj_3R_30

Method jj_3R_30

src/bsh/Parser.java:4447–4451  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4445 }
4446
4447 final private boolean jj_3R_30() {
4448 if (jj_scan_token(DOT)) return true;
4449 if (jj_scan_token(STAR)) return true;
4450 return false;
4451 }
4452
4453 final private boolean jj_3R_217() {
4454 if (jj_scan_token(COMMA)) return true;

Callers 1

jj_3_3Method · 0.95

Calls 1

jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected