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

Method jj_3R_221

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

Source from the content-addressed store, hash-verified

4974 }
4975
4976 final private boolean jj_3R_221() {
4977 Token xsp;
4978 xsp = jj_scanpos;
4979 if (jj_3R_223()) {
4980 jj_scanpos = xsp;
4981 if (jj_3R_224()) return true;
4982 }
4983 return false;
4984 }
4985
4986 final private boolean jj_3_12() {
4987 if (jj_3R_34()) return true;

Callers 1

jj_3R_219Method · 0.95

Calls 2

jj_3R_223Method · 0.95
jj_3R_224Method · 0.95

Tested by

no test coverage detected