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

Method jj_2_15

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

Source from the content-addressed store, hash-verified

3893 }
3894
3895 final private boolean jj_2_15(int xla) {
3896 jj_la = xla; jj_lastpos = jj_scanpos = token;
3897 try { return !jj_3_15(); }
3898 catch(LookaheadSuccess ls) { return true; }
3899 finally { jj_save(14, xla); }
3900 }
3901
3902 final private boolean jj_2_16(int xla) {
3903 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

PrimaryPrefixMethod · 0.95

Calls 2

jj_3_15Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected