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

Method jj_2_27

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

Source from the content-addressed store, hash-verified

3977 }
3978
3979 final private boolean jj_2_27(int xla) {
3980 jj_la = xla; jj_lastpos = jj_scanpos = token;
3981 try { return !jj_3_27(); }
3982 catch(LookaheadSuccess ls) { return true; }
3983 finally { jj_save(26, xla); }
3984 }
3985
3986 final private boolean jj_2_28(int xla) {
3987 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

BlockStatementMethod · 0.95

Calls 2

jj_3_27Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected