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

Method jj_3R_62

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

Source from the content-addressed store, hash-verified

5122 }
5123
5124 final private boolean jj_3R_62() {
5125 if (jj_scan_token(LPAREN)) return true;
5126 if (jj_3R_29()) return true;
5127 if (jj_scan_token(LBRACKET)) return true;
5128 if (jj_scan_token(RBRACKET)) return true;
5129 return false;
5130 }
5131
5132 final private boolean jj_3_9() {
5133 if (jj_3R_36()) return true;

Callers 1

jj_3R_36Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_29Method · 0.95

Tested by

no test coverage detected