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

Method jj_2_30

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

Source from the content-addressed store, hash-verified

3998 }
3999
4000 final private boolean jj_2_30(int xla) {
4001 jj_la = xla; jj_lastpos = jj_scanpos = token;
4002 try { return !jj_3_30(); }
4003 catch(LookaheadSuccess ls) { return true; }
4004 finally { jj_save(29, xla); }
4005 }
4006
4007 final private boolean jj_2_31(int xla) {
4008 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

EnhancedForStatementMethod · 0.95

Calls 2

jj_3_30Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected