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

Method jj_3_21

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

Source from the content-addressed store, hash-verified

5952 }
5953
5954 final private boolean jj_3_21() {
5955 Token xsp;
5956 if (jj_3_19()) return true;
5957 while (true) {
5958 xsp = jj_scanpos;
5959 if (jj_3_19()) { jj_scanpos = xsp; break; }
5960 }
5961 while (true) {
5962 xsp = jj_scanpos;
5963 if (jj_3_20()) { jj_scanpos = xsp; break; }
5964 }
5965 return false;
5966 }
5967
5968 final private boolean jj_3R_155() {
5969 Token xsp;

Callers 3

jj_2_21Method · 0.95
jj_3R_155Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 2

jj_3_19Method · 0.95
jj_3_20Method · 0.95

Tested by

no test coverage detected