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

Method jj_2_5

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

Source from the content-addressed store, hash-verified

3823 }
3824
3825 final private boolean jj_2_5(int xla) {
3826 jj_la = xla; jj_lastpos = jj_scanpos = token;
3827 try { return !jj_3_5(); }
3828 catch(LookaheadSuccess ls) { return true; }
3829 finally { jj_save(4, xla); }
3830 }
3831
3832 final private boolean jj_2_6(int xla) {
3833 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

FormalParameterMethod · 0.95

Calls 2

jj_3_5Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected