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

Method jj_2_16

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

Source from the content-addressed store, hash-verified

3900 }
3901
3902 final private boolean jj_2_16(int xla) {
3903 jj_la = xla; jj_lastpos = jj_scanpos = token;
3904 try { return !jj_3_16(); }
3905 catch(LookaheadSuccess ls) { return true; }
3906 finally { jj_save(15, xla); }
3907 }
3908
3909 final private boolean jj_2_17(int xla) {
3910 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

PrimarySuffixMethod · 0.95

Calls 2

jj_3_16Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected