MCPcopy Index your code
hub / github.com/beanshell/beanshell / jj_3_20

Method jj_3_20

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

Source from the content-addressed store, hash-verified

5885 }
5886
5887 final private boolean jj_3_20() {
5888 if (jj_scan_token(LBRACKET)) return true;
5889 if (jj_scan_token(RBRACKET)) return true;
5890 return false;
5891 }
5892
5893 final private boolean jj_3R_157() {
5894 if (jj_3R_155()) return true;

Callers 3

jj_2_20Method · 0.95
jj_3_21Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 1

jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected