MCPcopy Create free account
hub / github.com/beanshell/beanshell / jj_2_31

Method jj_2_31

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

Source from the content-addressed store, hash-verified

4005 }
4006
4007 final private boolean jj_2_31(int xla) {
4008 jj_la = xla; jj_lastpos = jj_scanpos = token;
4009 try { return !jj_3_31(); }
4010 catch(LookaheadSuccess ls) { return true; }
4011 finally { jj_save(30, xla); }
4012 }
4013
4014 final private boolean jj_3R_150() {
4015 if (jj_scan_token(NEW)) return true;

Callers 1

ForInitMethod · 0.95

Calls 2

jj_3_31Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected