MCPcopy Create free account
hub / github.com/beanshell/beanshell / jj_2_12

Method jj_2_12

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

Source from the content-addressed store, hash-verified

3872 }
3873
3874 final private boolean jj_2_12(int xla) {
3875 jj_la = xla; jj_lastpos = jj_scanpos = token;
3876 try { return !jj_3_12(); }
3877 catch(LookaheadSuccess ls) { return true; }
3878 finally { jj_save(11, xla); }
3879 }
3880
3881 final private boolean jj_2_13(int xla) {
3882 jj_la = xla; jj_lastpos = jj_scanpos = token;

Callers 1

PostfixExpressionMethod · 0.95

Calls 2

jj_3_12Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected