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

Method jj_3_16

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

Source from the content-addressed store, hash-verified

4676 }
4677
4678 final private boolean jj_3_16() {
4679 if (jj_scan_token(DOT)) return true;
4680 if (jj_scan_token(CLASS)) return true;
4681 return false;
4682 }
4683
4684 final private boolean jj_3R_107() {
4685 Token xsp;

Callers 3

jj_2_16Method · 0.95
jj_3R_107Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 1

jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected