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

Method jj_3R_122

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

Source from the content-addressed store, hash-verified

4795 }
4796
4797 final private boolean jj_3R_122() {
4798 Token xsp;
4799 xsp = jj_scanpos;
4800 if (jj_3_30()) {
4801 jj_scanpos = xsp;
4802 if (jj_3R_141()) return true;
4803 }
4804 return false;
4805 }
4806
4807 final private boolean jj_3R_105() {
4808 if (jj_3R_32()) return true;

Callers 1

jj_3R_87Method · 0.95

Calls 2

jj_3_30Method · 0.95
jj_3R_141Method · 0.95

Tested by

no test coverage detected