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

Method jj_2_9

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

Source from the content-addressed store, hash-verified

3851 }
3852
3853 final private boolean jj_2_9(int xla) {
3854 jj_la = xla; jj_lastpos = jj_scanpos = token;
3855 try { return !jj_3_9(); }
3856 catch(LookaheadSuccess ls) { return true; }
3857 finally { jj_save(8, xla); }
3858 }
3859
3860 final private boolean jj_2_10(int xla) {
3861 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

Calls 2

jj_3_9Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected