MCPcopy Index your code
hub / github.com/beanshell/beanshell / jj_3R_178

Method jj_3R_178

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

Source from the content-addressed store, hash-verified

4885 }
4886
4887 final private boolean jj_3R_178() {
4888 if (jj_scan_token(EXTENDS)) return true;
4889 if (jj_3R_29()) return true;
4890 return false;
4891 }
4892
4893 final private boolean jj_3R_38() {
4894 if (jj_3R_29()) return true;

Callers 1

jj_3R_94Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_29Method · 0.95

Tested by

no test coverage detected