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

Method jj_2_11

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

Source from the content-addressed store, hash-verified

3865 }
3866
3867 final private boolean jj_2_11(int xla) {
3868 jj_la = xla; jj_lastpos = jj_scanpos = token;
3869 try { return !jj_3_11(); }
3870 catch(LookaheadSuccess ls) { return true; }
3871 finally { jj_save(10, xla); }
3872 }
3873
3874 final private boolean jj_2_12(int xla) {
3875 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

CastLookaheadMethod · 0.95

Calls 2

jj_3_11Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected