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

Method jj_3R_213

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

Source from the content-addressed store, hash-verified

5269 }
5270
5271 final private boolean jj_3R_213() {
5272 if (jj_scan_token(INCR)) return true;
5273 if (jj_3R_34()) return true;
5274 return false;
5275 }
5276
5277 final private boolean jj_3R_45() {
5278 if (jj_scan_token(THROWS)) return true;

Callers 1

jj_3R_204Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_34Method · 0.95

Tested by

no test coverage detected