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

Method jj_3R_132

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

Source from the content-addressed store, hash-verified

4595 }
4596
4597 final private boolean jj_3R_132() {
4598 if (jj_scan_token(IMPORT)) return true;
4599 if (jj_scan_token(STAR)) return true;
4600 if (jj_scan_token(SEMICOLON)) return true;
4601 return false;
4602 }
4603
4604 final private boolean jj_3R_137() {
4605 if (jj_scan_token(LBRACE)) return true;

Callers 1

jj_3R_97Method · 0.95

Calls 1

jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected