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

Method jj_3R_169

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

Source from the content-addressed store, hash-verified

4410 }
4411
4412 final private boolean jj_3R_169() {
4413 if (jj_3R_31()) return true;
4414 Token xsp;
4415 while (true) {
4416 xsp = jj_scanpos;
4417 if (jj_3_4()) { jj_scanpos = xsp; break; }
4418 }
4419 return false;
4420 }
4421
4422 final private boolean jj_3R_143() {
4423 if (jj_scan_token(FLOATING_POINT_LITERAL)) return true;

Callers 1

jj_3R_100Method · 0.95

Calls 2

jj_3R_31Method · 0.95
jj_3_4Method · 0.95

Tested by

no test coverage detected