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

Method jj_2_1

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

Source from the content-addressed store, hash-verified

3795 }
3796
3797 final private boolean jj_2_1(int xla) {
3798 jj_la = xla; jj_lastpos = jj_scanpos = token;
3799 try { return !jj_3_1(); }
3800 catch(LookaheadSuccess ls) { return true; }
3801 finally { jj_save(0, xla); }
3802 }
3803
3804 final private boolean jj_2_2(int xla) {
3805 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

LineMethod · 0.95

Calls 2

jj_3_1Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected