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

Method jj_2_26

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

Source from the content-addressed store, hash-verified

3970 }
3971
3972 final private boolean jj_2_26(int xla) {
3973 jj_la = xla; jj_lastpos = jj_scanpos = token;
3974 try { return !jj_3_26(); }
3975 catch(LookaheadSuccess ls) { return true; }
3976 finally { jj_save(25, xla); }
3977 }
3978
3979 final private boolean jj_2_27(int xla) {
3980 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

BlockStatementMethod · 0.95

Calls 2

jj_3_26Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected