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

Method jj_2_14

src/bsh/Parser.java:3888–3893  ·  view source on GitHub ↗
(int xla)

Source from the content-addressed store, hash-verified

3886 }
3887
3888 final private boolean jj_2_14(int xla) {
3889 jj_la = xla; jj_lastpos = jj_scanpos = token;
3890 try { return !jj_3_14(); }
3891 catch(LookaheadSuccess ls) { return true; }
3892 finally { jj_save(13, xla); }
3893 }
3894
3895 final private boolean jj_2_15(int xla) {
3896 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

PrimaryPrefixMethod · 0.95

Calls 2

jj_3_14Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected