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

Method jj_3R_43

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

Source from the content-addressed store, hash-verified

4252 }
4253
4254 final private boolean jj_3R_43() {
4255 Token xsp;
4256 xsp = jj_scanpos;
4257 if (jj_3R_76()) {
4258 jj_scanpos = xsp;
4259 if (jj_3R_77()) return true;
4260 }
4261 return false;
4262 }
4263
4264 final private boolean jj_3R_76() {
4265 if (jj_scan_token(VOID)) return true;

Callers 2

jj_3R_131Method · 0.95
jj_3_25Method · 0.95

Calls 2

jj_3R_76Method · 0.95
jj_3R_77Method · 0.95

Tested by

no test coverage detected