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

Method jj_3_31

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

Source from the content-addressed store, hash-verified

4618 }
4619
4620 final private boolean jj_3_31() {
4621 if (jj_3R_42()) return true;
4622 if (jj_3R_32()) return true;
4623 if (jj_scan_token(IDENTIFIER)) return true;
4624 return false;
4625 }
4626
4627 final private boolean jj_3_3() {
4628 Token xsp;

Callers 2

jj_2_31Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 3

jj_3R_42Method · 0.95
jj_3R_32Method · 0.95
jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected