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

Method jj_3R_41

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

Source from the content-addressed store, hash-verified

5613 }
5614
5615 final private boolean jj_3R_41() {
5616 if (jj_scan_token(IDENTIFIER)) return true;
5617 if (jj_scan_token(COLON)) return true;
5618 if (jj_3R_47()) return true;
5619 return false;
5620 }
5621
5622 final private boolean jj_3R_167() {
5623 if (jj_3R_170()) return true;

Callers 1

jj_3_22Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_47Method · 0.95

Tested by

no test coverage detected