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

Method jj_save

src/bsh/Parser.java:6305–6312  ·  view source on GitHub ↗
(int index, int xla)

Source from the content-addressed store, hash-verified

6303 }
6304
6305 final private void jj_save(int index, int xla) {
6306 JJCalls p = jj_2_rtns[index];
6307 while (p.gen > jj_gen) {
6308 if (p.next == null) { p = p.next = new JJCalls(); break; }
6309 p = p.next;
6310 }
6311 p.gen = jj_gen + xla - jj_la; p.first = token; p.arg = xla;
6312 }
6313
6314 static final class JJCalls {
6315 int gen;

Callers 15

jj_2_1Method · 0.95
jj_2_2Method · 0.95
jj_2_3Method · 0.95
jj_2_4Method · 0.95
jj_2_5Method · 0.95
jj_2_6Method · 0.95
jj_2_7Method · 0.95
jj_2_8Method · 0.95
jj_2_9Method · 0.95
jj_2_10Method · 0.95
jj_2_11Method · 0.95
jj_2_12Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected