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

Method jj_3R_163

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

Source from the content-addressed store, hash-verified

5874 }
5875
5876 final private boolean jj_3R_163() {
5877 Token xsp;
5878 if (jj_3R_166()) return true;
5879 while (true) {
5880 xsp = jj_scanpos;
5881 if (jj_3R_166()) { jj_scanpos = xsp; break; }
5882 }
5883 if (jj_3R_100()) return true;
5884 return false;
5885 }
5886
5887 final private boolean jj_3_20() {
5888 if (jj_scan_token(LBRACKET)) return true;

Callers 1

jj_3R_155Method · 0.95

Calls 2

jj_3R_166Method · 0.95
jj_3R_100Method · 0.95

Tested by

no test coverage detected