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

Method jj_3R_154

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

Source from the content-addressed store, hash-verified

4136 }
4137
4138 final private boolean jj_3R_154() {
4139 Token xsp;
4140 xsp = jj_scanpos;
4141 if (jj_3R_160()) {
4142 jj_scanpos = xsp;
4143 if (jj_3R_161()) return true;
4144 }
4145 return false;
4146 }
4147
4148 final private boolean jj_3R_71() {
4149 if (jj_scan_token(DOUBLE)) return true;

Callers 1

jj_3R_147Method · 0.95

Calls 2

jj_3R_160Method · 0.95
jj_3R_161Method · 0.95

Tested by

no test coverage detected