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

Method jj_2_24

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

Source from the content-addressed store, hash-verified

3956 }
3957
3958 final private boolean jj_2_24(int xla) {
3959 jj_la = xla; jj_lastpos = jj_scanpos = token;
3960 try { return !jj_3_24(); }
3961 catch(LookaheadSuccess ls) { return true; }
3962 finally { jj_save(23, xla); }
3963 }
3964
3965 final private boolean jj_2_25(int xla) {
3966 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

BlockStatementMethod · 0.95

Calls 2

jj_3_24Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected