MCPcopy Index your code
hub / github.com/beanshell/beanshell / jj_3_24

Method jj_3_24

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

Source from the content-addressed store, hash-verified

5492 }
5493
5494 final private boolean jj_3_24() {
5495 if (jj_3R_42()) return true;
5496 Token xsp;
5497 xsp = jj_scanpos;
5498 if (jj_scan_token(13)) {
5499 jj_scanpos = xsp;
5500 if (jj_scan_token(37)) return true;
5501 }
5502 return false;
5503 }
5504
5505 final private boolean jj_3R_174() {
5506 if (jj_3R_176()) return true;

Callers 2

jj_2_24Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 2

jj_3R_42Method · 0.95
jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected