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

Method jj_2_13

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

Source from the content-addressed store, hash-verified

3879 }
3880
3881 final private boolean jj_2_13(int xla) {
3882 jj_la = xla; jj_lastpos = jj_scanpos = token;
3883 try { return !jj_3_13(); }
3884 catch(LookaheadSuccess ls) { return true; }
3885 finally { jj_save(12, xla); }
3886 }
3887
3888 final private boolean jj_2_14(int xla) {
3889 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

CastExpressionMethod · 0.95

Calls 2

jj_3_13Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected