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

Method jj_2_7

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

Source from the content-addressed store, hash-verified

3837 }
3838
3839 final private boolean jj_2_7(int xla) {
3840 jj_la = xla; jj_lastpos = jj_scanpos = token;
3841 try { return !jj_3_7(); }
3842 catch(LookaheadSuccess ls) { return true; }
3843 finally { jj_save(6, xla); }
3844 }
3845
3846 final private boolean jj_2_8(int xla) {
3847 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

AmbiguousNameMethod · 0.95

Calls 2

jj_3_7Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected