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

Method jj_2_17

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

Source from the content-addressed store, hash-verified

3907 }
3908
3909 final private boolean jj_2_17(int xla) {
3910 jj_la = xla; jj_lastpos = jj_scanpos = token;
3911 try { return !jj_3_17(); }
3912 catch(LookaheadSuccess ls) { return true; }
3913 finally { jj_save(16, xla); }
3914 }
3915
3916 final private boolean jj_2_18(int xla) {
3917 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

AllocationExpressionMethod · 0.95

Calls 2

jj_3_17Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected