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

Method jj_3R_208

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

Source from the content-addressed store, hash-verified

5135 }
5136
5137 final private boolean jj_3R_208() {
5138 if (jj_scan_token(CASE)) return true;
5139 if (jj_3R_40()) return true;
5140 if (jj_scan_token(COLON)) return true;
5141 return false;
5142 }
5143
5144 final private boolean jj_3R_200() {
5145 Token xsp;

Callers 1

jj_3R_200Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_40Method · 0.95

Tested by

no test coverage detected