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

Method jj_3R_98

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

Source from the content-addressed store, hash-verified

4654 }
4655
4656 final private boolean jj_3R_98() {
4657 if (jj_scan_token(PACKAGE)) return true;
4658 if (jj_3R_29()) return true;
4659 return false;
4660 }
4661
4662 final private boolean jj_3_2() {
4663 if (jj_scan_token(IDENTIFIER)) return true;

Callers 1

jj_3R_53Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_29Method · 0.95

Tested by

no test coverage detected