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

Method jj_2_28

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

Source from the content-addressed store, hash-verified

3984 }
3985
3986 final private boolean jj_2_28(int xla) {
3987 jj_la = xla; jj_lastpos = jj_scanpos = token;
3988 try { return !jj_3_28(); }
3989 catch(LookaheadSuccess ls) { return true; }
3990 finally { jj_save(27, xla); }
3991 }
3992
3993 final private boolean jj_2_29(int xla) {
3994 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

BlockStatementMethod · 0.95

Calls 2

jj_3_28Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected