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

Method jj_3R_120

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

Source from the content-addressed store, hash-verified

4947 }
4948
4949 final private boolean jj_3R_120() {
4950 if (jj_scan_token(DO)) return true;
4951 if (jj_3R_47()) return true;
4952 if (jj_scan_token(WHILE)) return true;
4953 if (jj_scan_token(LPAREN)) return true;
4954 if (jj_3R_40()) return true;
4955 if (jj_scan_token(RPAREN)) return true;
4956 if (jj_scan_token(SEMICOLON)) return true;
4957 return false;
4958 }
4959
4960 final private boolean jj_3R_224() {
4961 if (jj_scan_token(LPAREN)) return true;

Callers 1

jj_3R_85Method · 0.95

Calls 3

jj_scan_tokenMethod · 0.95
jj_3R_47Method · 0.95
jj_3R_40Method · 0.95

Tested by

no test coverage detected