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

Method jj_3_19

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

Source from the content-addressed store, hash-verified

5896 }
5897
5898 final private boolean jj_3_19() {
5899 if (jj_scan_token(LBRACKET)) return true;
5900 if (jj_3R_40()) return true;
5901 if (jj_scan_token(RBRACKET)) return true;
5902 return false;
5903 }
5904
5905 final private boolean jj_3R_35() {
5906 Token xsp;

Callers 3

jj_2_19Method · 0.95
jj_3_21Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_40Method · 0.95

Tested by

no test coverage detected