MCPcopy Index your code
hub / github.com/beanshell/beanshell / jj_3R_79

Method jj_3R_79

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

Source from the content-addressed store, hash-verified

4091 }
4092
4093 final private boolean jj_3R_79() {
4094 if (jj_3R_29()) return true;
4095 Token xsp;
4096 while (true) {
4097 xsp = jj_scanpos;
4098 if (jj_3R_115()) { jj_scanpos = xsp; break; }
4099 }
4100 return false;
4101 }
4102
4103 final private boolean jj_3R_72() {
4104 if (jj_scan_token(LPAREN)) return true;

Callers 3

jj_3R_180Method · 0.95
jj_3R_179Method · 0.95
jj_3R_45Method · 0.95

Calls 2

jj_3R_29Method · 0.95
jj_3R_115Method · 0.95

Tested by

no test coverage detected