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

Method jj_3_13

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

Source from the content-addressed store, hash-verified

4931 }
4932
4933 final private boolean jj_3_13() {
4934 if (jj_scan_token(LPAREN)) return true;
4935 if (jj_3R_37()) return true;
4936 return false;
4937 }
4938
4939 final private boolean jj_3R_34() {
4940 if (jj_3R_60()) return true;

Callers 2

jj_2_13Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_37Method · 0.95

Tested by

no test coverage detected