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

Method jj_3R_209

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

Source from the content-addressed store, hash-verified

5116 }
5117
5118 final private boolean jj_3R_209() {
5119 if (jj_scan_token(_DEFAULT)) return true;
5120 if (jj_scan_token(COLON)) return true;
5121 return false;
5122 }
5123
5124 final private boolean jj_3R_62() {
5125 if (jj_scan_token(LPAREN)) return true;

Callers 1

jj_3R_200Method · 0.95

Calls 1

jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected