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

Method jj_3_26

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

Source from the content-addressed store, hash-verified

5412 }
5413
5414 final private boolean jj_3_26() {
5415 if (jj_3R_42()) return true;
5416 if (jj_scan_token(IDENTIFIER)) return true;
5417 if (jj_3R_44()) return true;
5418 Token xsp;
5419 xsp = jj_scanpos;
5420 if (jj_3R_45()) jj_scanpos = xsp;
5421 if (jj_scan_token(LBRACE)) return true;
5422 return false;
5423 }
5424
5425 final private boolean jj_3R_177() {
5426 Token xsp;

Callers 2

jj_2_26Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 4

jj_3R_42Method · 0.95
jj_scan_tokenMethod · 0.95
jj_3R_44Method · 0.95
jj_3R_45Method · 0.95

Tested by

no test coverage detected