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

Method jj_2_10

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

Source from the content-addressed store, hash-verified

3858 }
3859
3860 final private boolean jj_2_10(int xla) {
3861 jj_la = xla; jj_lastpos = jj_scanpos = token;
3862 try { return !jj_3_10(); }
3863 catch(LookaheadSuccess ls) { return true; }
3864 finally { jj_save(9, xla); }
3865 }
3866
3867 final private boolean jj_2_11(int xla) {
3868 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

CastLookaheadMethod · 0.95

Calls 2

jj_3_10Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected