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

Method jj_3_11

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

Source from the content-addressed store, hash-verified

5009 }
5010
5011 final private boolean jj_3_11() {
5012 if (jj_scan_token(LPAREN)) return true;
5013 if (jj_3R_29()) return true;
5014 if (jj_scan_token(LBRACKET)) return true;
5015 return false;
5016 }
5017
5018 final private boolean jj_3_29() {
5019 if (jj_3R_28()) return true;

Callers 2

jj_2_11Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_29Method · 0.95

Tested by

no test coverage detected