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

Method jj_2_6

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

Source from the content-addressed store, hash-verified

3830 }
3831
3832 final private boolean jj_2_6(int xla) {
3833 jj_la = xla; jj_lastpos = jj_scanpos = token;
3834 try { return !jj_3_6(); }
3835 catch(LookaheadSuccess ls) { return true; }
3836 finally { jj_save(5, xla); }
3837 }
3838
3839 final private boolean jj_2_7(int xla) {
3840 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

TypeMethod · 0.95

Calls 2

jj_3_6Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected