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

Method jj_2_20

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

Source from the content-addressed store, hash-verified

3928 }
3929
3930 final private boolean jj_2_20(int xla) {
3931 jj_la = xla; jj_lastpos = jj_scanpos = token;
3932 try { return !jj_3_20(); }
3933 catch(LookaheadSuccess ls) { return true; }
3934 finally { jj_save(19, xla); }
3935 }
3936
3937 final private boolean jj_2_21(int xla) {
3938 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

ArrayDimensionsMethod · 0.95

Calls 2

jj_3_20Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected