MCPcopy Create free account
hub / github.com/beanshell/beanshell / jj_3_4

Method jj_3_4

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

Source from the content-addressed store, hash-verified

4347 }
4348
4349 final private boolean jj_3_4() {
4350 if (jj_scan_token(COMMA)) return true;
4351 if (jj_3R_31()) return true;
4352 return false;
4353 }
4354
4355 final private boolean jj_3R_140() {
4356 if (jj_scan_token(IDENTIFIER)) return true;

Callers 3

jj_2_4Method · 0.95
jj_3R_169Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_31Method · 0.95

Tested by

no test coverage detected