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

Method jj_2_19

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

Source from the content-addressed store, hash-verified

3921 }
3922
3923 final private boolean jj_2_19(int xla) {
3924 jj_la = xla; jj_lastpos = jj_scanpos = token;
3925 try { return !jj_3_19(); }
3926 catch(LookaheadSuccess ls) { return true; }
3927 finally { jj_save(18, xla); }
3928 }
3929
3930 final private boolean jj_2_20(int xla) {
3931 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

ArrayDimensionsMethod · 0.95

Calls 2

jj_3_19Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected