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

Method jj_3R_186

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

Source from the content-addressed store, hash-verified

5518 }
5519
5520 final private boolean jj_3R_186() {
5521 if (jj_scan_token(INSTANCEOF)) return true;
5522 if (jj_3R_32()) return true;
5523 return false;
5524 }
5525
5526 final private boolean jj_3R_49() {
5527 if (jj_3R_95()) return true;

Callers 1

jj_3R_172Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_32Method · 0.95

Tested by

no test coverage detected