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

Method jj_3R_44

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

Source from the content-addressed store, hash-verified

4396 }
4397
4398 final private boolean jj_3R_44() {
4399 if (jj_scan_token(LPAREN)) return true;
4400 Token xsp;
4401 xsp = jj_scanpos;
4402 if (jj_3R_78()) jj_scanpos = xsp;
4403 if (jj_scan_token(RPAREN)) return true;
4404 return false;
4405 }
4406
4407 final private boolean jj_3R_195() {
4408 if (jj_3R_40()) return true;

Callers 2

jj_3R_95Method · 0.95
jj_3_26Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_78Method · 0.95

Tested by

no test coverage detected