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

Method jj_3R_224

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

Source from the content-addressed store, hash-verified

4958 }
4959
4960 final private boolean jj_3R_224() {
4961 if (jj_scan_token(LPAREN)) return true;
4962 if (jj_3R_32()) return true;
4963 if (jj_scan_token(RPAREN)) return true;
4964 if (jj_3R_215()) return true;
4965 return false;
4966 }
4967
4968 final private boolean jj_3R_223() {
4969 if (jj_scan_token(LPAREN)) return true;

Callers 1

jj_3R_221Method · 0.95

Calls 3

jj_scan_tokenMethod · 0.95
jj_3R_32Method · 0.95
jj_3R_215Method · 0.95

Tested by

no test coverage detected