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

Method jj_3R_123

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

Source from the content-addressed store, hash-verified

4501 }
4502
4503 final private boolean jj_3R_123() {
4504 if (jj_scan_token(BREAK)) return true;
4505 Token xsp;
4506 xsp = jj_scanpos;
4507 if (jj_scan_token(70)) jj_scanpos = xsp;
4508 if (jj_scan_token(SEMICOLON)) return true;
4509 return false;
4510 }
4511
4512 final private boolean jj_3R_142() {
4513 if (jj_scan_token(INTEGER_LITERAL)) return true;

Callers 1

jj_3R_88Method · 0.95

Calls 1

jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected