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

Method jj_3R_36

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

Source from the content-addressed store, hash-verified

5161 }
5162
5163 final private boolean jj_3R_36() {
5164 Token xsp;
5165 xsp = jj_scanpos;
5166 if (jj_3_10()) {
5167 jj_scanpos = xsp;
5168 if (jj_3R_62()) {
5169 jj_scanpos = xsp;
5170 if (jj_3R_63()) return true;
5171 }
5172 }
5173 return false;
5174 }
5175
5176 final private boolean jj_3_10() {
5177 if (jj_scan_token(LPAREN)) return true;

Callers 1

jj_3_9Method · 0.95

Calls 3

jj_3_10Method · 0.95
jj_3R_62Method · 0.95
jj_3R_63Method · 0.95

Tested by

no test coverage detected