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

Method jj_3R_138

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

Source from the content-addressed store, hash-verified

4076 }
4077
4078 final private boolean jj_3R_138() {
4079 if (jj_3R_40()) return true;
4080 Token xsp;
4081 while (true) {
4082 xsp = jj_scanpos;
4083 if (jj_3R_152()) { jj_scanpos = xsp; break; }
4084 }
4085 return false;
4086 }
4087
4088 final private boolean jj_3R_109() {
4089 if (jj_3R_138()) return true;

Callers 1

jj_3R_109Method · 0.95

Calls 2

jj_3R_40Method · 0.95
jj_3R_152Method · 0.95

Tested by

no test coverage detected