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

Method jj_3R_125

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

Source from the content-addressed store, hash-verified

4463 }
4464
4465 final private boolean jj_3R_125() {
4466 if (jj_scan_token(RETURN)) return true;
4467 Token xsp;
4468 xsp = jj_scanpos;
4469 if (jj_3R_195()) jj_scanpos = xsp;
4470 if (jj_scan_token(SEMICOLON)) return true;
4471 return false;
4472 }
4473
4474 final private boolean jj_3R_56() {
4475 if (jj_3R_40()) return true;

Callers 1

jj_3R_90Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_195Method · 0.95

Tested by

no test coverage detected