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

Method jj_2_22

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

Source from the content-addressed store, hash-verified

3942 }
3943
3944 final private boolean jj_2_22(int xla) {
3945 jj_la = xla; jj_lastpos = jj_scanpos = token;
3946 try { return !jj_3_22(); }
3947 catch(LookaheadSuccess ls) { return true; }
3948 finally { jj_save(21, xla); }
3949 }
3950
3951 final private boolean jj_2_23(int xla) {
3952 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

StatementMethod · 0.95

Calls 2

jj_3_22Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected