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

Method jj_3_18

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

Source from the content-addressed store, hash-verified

4033 }
4034
4035 final private boolean jj_3_18() {
4036 if (jj_scan_token(NEW)) return true;
4037 if (jj_3R_37()) return true;
4038 if (jj_3R_155()) return true;
4039 return false;
4040 }
4041
4042 final private boolean jj_3R_134() {
4043 Token xsp;

Callers 3

jj_2_18Method · 0.95
jj_3R_134Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 3

jj_scan_tokenMethod · 0.95
jj_3R_37Method · 0.95
jj_3R_155Method · 0.95

Tested by

no test coverage detected