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

Method jj_3_15

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

Source from the content-addressed store, hash-verified

4719 }
4720
4721 final private boolean jj_3_15() {
4722 if (jj_3R_32()) return true;
4723 if (jj_scan_token(DOT)) return true;
4724 if (jj_scan_token(CLASS)) return true;
4725 return false;
4726 }
4727
4728 final private boolean jj_3_14() {
4729 if (jj_3R_38()) return true;

Callers 2

jj_2_15Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 2

jj_3R_32Method · 0.95
jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected