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

Method jj_3R_187

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

Source from the content-addressed store, hash-verified

4457 }
4458
4459 final private boolean jj_3R_187() {
4460 if (jj_scan_token(ASSIGN)) return true;
4461 if (jj_3R_31()) return true;
4462 return false;
4463 }
4464
4465 final private boolean jj_3R_125() {
4466 if (jj_scan_token(RETURN)) return true;

Callers 1

jj_3R_183Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_31Method · 0.95

Tested by

no test coverage detected