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

Method jj_3R_155

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

Source from the content-addressed store, hash-verified

5966 }
5967
5968 final private boolean jj_3R_155() {
5969 Token xsp;
5970 xsp = jj_scanpos;
5971 if (jj_3_21()) {
5972 jj_scanpos = xsp;
5973 if (jj_3R_163()) return true;
5974 }
5975 return false;
5976 }
5977
5978 final private boolean jj_3R_115() {
5979 if (jj_scan_token(COMMA)) return true;

Callers 2

jj_3_18Method · 0.95
jj_3R_157Method · 0.95

Calls 2

jj_3_21Method · 0.95
jj_3R_163Method · 0.95

Tested by

no test coverage detected