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

Method jj_3R_222

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

Source from the content-addressed store, hash-verified

5044 }
5045
5046 final private boolean jj_3R_222() {
5047 Token xsp;
5048 xsp = jj_scanpos;
5049 if (jj_3R_225()) {
5050 jj_scanpos = xsp;
5051 if (jj_3R_226()) return true;
5052 }
5053 return false;
5054 }
5055
5056 final private boolean jj_3R_75() {
5057 Token xsp;

Callers 1

jj_3R_220Method · 0.95

Calls 2

jj_3R_225Method · 0.95
jj_3R_226Method · 0.95

Tested by

no test coverage detected