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

Method jj_3R_102

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

Source from the content-addressed store, hash-verified

4845 }
4846
4847 final private boolean jj_3R_102() {
4848 if (jj_scan_token(LPAREN)) return true;
4849 if (jj_3R_40()) return true;
4850 if (jj_scan_token(RPAREN)) return true;
4851 return false;
4852 }
4853
4854 final private boolean jj_3R_179() {
4855 if (jj_scan_token(IMPLEMENTS)) return true;

Callers 1

jj_3R_60Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_40Method · 0.95

Tested by

no test coverage detected