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

Method jj_3R_119

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

Source from the content-addressed store, hash-verified

4995 }
4996
4997 final private boolean jj_3R_119() {
4998 if (jj_scan_token(WHILE)) return true;
4999 if (jj_scan_token(LPAREN)) return true;
5000 if (jj_3R_40()) return true;
5001 if (jj_scan_token(RPAREN)) return true;
5002 if (jj_3R_47()) return true;
5003 return false;
5004 }
5005
5006 final private boolean jj_3R_226() {
5007 if (jj_3R_34()) return true;

Callers 1

jj_3R_84Method · 0.95

Calls 3

jj_scan_tokenMethod · 0.95
jj_3R_40Method · 0.95
jj_3R_47Method · 0.95

Tested by

no test coverage detected