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

Method jj_3_25

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

Source from the content-addressed store, hash-verified

5449 }
5450
5451 final private boolean jj_3_25() {
5452 if (jj_3R_42()) return true;
5453 if (jj_3R_43()) return true;
5454 if (jj_scan_token(IDENTIFIER)) return true;
5455 if (jj_scan_token(LPAREN)) return true;
5456 return false;
5457 }
5458
5459 final private boolean jj_3R_51() {
5460 if (jj_3R_96()) return true;

Callers 2

jj_2_25Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 3

jj_3R_42Method · 0.95
jj_3R_43Method · 0.95
jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected