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

Method jj_2_18

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

Source from the content-addressed store, hash-verified

3914 }
3915
3916 final private boolean jj_2_18(int xla) {
3917 jj_la = xla; jj_lastpos = jj_scanpos = token;
3918 try { return !jj_3_18(); }
3919 catch(LookaheadSuccess ls) { return true; }
3920 finally { jj_save(17, xla); }
3921 }
3922
3923 final private boolean jj_2_19(int xla) {
3924 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

AllocationExpressionMethod · 0.95

Calls 2

jj_3_18Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected