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

Method jj_2_3

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

Source from the content-addressed store, hash-verified

3809 }
3810
3811 final private boolean jj_2_3(int xla) {
3812 jj_la = xla; jj_lastpos = jj_scanpos = token;
3813 try { return !jj_3_3(); }
3814 catch(LookaheadSuccess ls) { return true; }
3815 finally { jj_save(2, xla); }
3816 }
3817
3818 final private boolean jj_2_4(int xla) {
3819 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

ImportDeclarationMethod · 0.95

Calls 2

jj_3_3Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected