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

Method jj_2_21

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

Source from the content-addressed store, hash-verified

3935 }
3936
3937 final private boolean jj_2_21(int xla) {
3938 jj_la = xla; jj_lastpos = jj_scanpos = token;
3939 try { return !jj_3_21(); }
3940 catch(LookaheadSuccess ls) { return true; }
3941 finally { jj_save(20, xla); }
3942 }
3943
3944 final private boolean jj_2_22(int xla) {
3945 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

ArrayDimensionsMethod · 0.95

Calls 2

jj_3_21Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected