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

Method jj_3R_135

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

Source from the content-addressed store, hash-verified

4647 }
4648
4649 final private boolean jj_3R_135() {
4650 if (jj_scan_token(LBRACKET)) return true;
4651 if (jj_3R_40()) return true;
4652 if (jj_scan_token(RBRACKET)) return true;
4653 return false;
4654 }
4655
4656 final private boolean jj_3R_98() {
4657 if (jj_scan_token(PACKAGE)) return true;

Callers 1

jj_3R_107Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_40Method · 0.95

Tested by

no test coverage detected