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

Method jj_2_23

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

Source from the content-addressed store, hash-verified

3949 }
3950
3951 final private boolean jj_2_23(int xla) {
3952 jj_la = xla; jj_lastpos = jj_scanpos = token;
3953 try { return !jj_3_23(); }
3954 catch(LookaheadSuccess ls) { return true; }
3955 finally { jj_save(22, xla); }
3956 }
3957
3958 final private boolean jj_2_24(int xla) {
3959 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

BlockMethod · 0.95

Calls 2

jj_3_23Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected