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

Method jj_2_8

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

Source from the content-addressed store, hash-verified

3844 }
3845
3846 final private boolean jj_2_8(int xla) {
3847 jj_la = xla; jj_lastpos = jj_scanpos = token;
3848 try { return !jj_3_8(); }
3849 catch(LookaheadSuccess ls) { return true; }
3850 finally { jj_save(7, xla); }
3851 }
3852
3853 final private boolean jj_2_9(int xla) {
3854 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

ExpressionMethod · 0.95

Calls 2

jj_3_8Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected