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

Method jj_2_4

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

Source from the content-addressed store, hash-verified

3816 }
3817
3818 final private boolean jj_2_4(int xla) {
3819 jj_la = xla; jj_lastpos = jj_scanpos = token;
3820 try { return !jj_3_4(); }
3821 catch(LookaheadSuccess ls) { return true; }
3822 finally { jj_save(3, xla); }
3823 }
3824
3825 final private boolean jj_2_5(int xla) {
3826 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

ArrayInitializerMethod · 0.95

Calls 2

jj_3_4Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected