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

Method jj_2_25

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

Source from the content-addressed store, hash-verified

3963 }
3964
3965 final private boolean jj_2_25(int xla) {
3966 jj_la = xla; jj_lastpos = jj_scanpos = token;
3967 try { return !jj_3_25(); }
3968 catch(LookaheadSuccess ls) { return true; }
3969 finally { jj_save(24, xla); }
3970 }
3971
3972 final private boolean jj_2_26(int xla) {
3973 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

BlockStatementMethod · 0.95

Calls 2

jj_3_25Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected