MCPcopy Index your code
hub / github.com/beanshell/beanshell / jj_2_29

Method jj_2_29

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

Source from the content-addressed store, hash-verified

3991 }
3992
3993 final private boolean jj_2_29(int xla) {
3994 jj_la = xla; jj_lastpos = jj_scanpos = token;
3995 try { return !jj_3_29(); }
3996 catch(LookaheadSuccess ls) { return true; }
3997 finally { jj_save(28, xla); }
3998 }
3999
4000 final private boolean jj_2_30(int xla) {
4001 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

SwitchStatementMethod · 0.95

Calls 2

jj_3_29Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected