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

Method jj_3_27

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

Source from the content-addressed store, hash-verified

5369 }
5370
5371 final private boolean jj_3_27() {
5372 if (jj_3R_42()) return true;
5373 if (jj_3R_32()) return true;
5374 Token xsp;
5375 xsp = jj_scanpos;
5376 if (jj_3R_46()) jj_scanpos = xsp;
5377 if (jj_scan_token(IDENTIFIER)) return true;
5378 return false;
5379 }
5380
5381 final private boolean jj_3R_53() {
5382 if (jj_3R_98()) return true;

Callers 2

jj_2_27Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 4

jj_3R_42Method · 0.95
jj_3R_32Method · 0.95
jj_3R_46Method · 0.95
jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected