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

Method jj_3R_131

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

Source from the content-addressed store, hash-verified

4748 }
4749
4750 final private boolean jj_3R_131() {
4751 if (jj_3R_43()) return true;
4752 if (jj_scan_token(IDENTIFIER)) return true;
4753 return false;
4754 }
4755
4756 final private boolean jj_3R_95() {
4757 if (jj_3R_42()) return true;

Callers 1

jj_3R_95Method · 0.95

Calls 2

jj_3R_43Method · 0.95
jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected