MCPcopy Create free account
hub / github.com/apache/tomcat / jj_save

Method jj_save

java/org/apache/el/parser/ELParser.java:4298–4311  ·  view source on GitHub ↗
(int index, int xla)

Source from the content-addressed store, hash-verified

4296 }
4297
4298 private void jj_save(int index, int xla) {
4299 JJCalls p = jj_2_rtns[index];
4300 while (p.gen > jj_gen) {
4301 if (p.next == null) {
4302 p = p.next = new JJCalls();
4303 break;
4304 }
4305 p = p.next;
4306 }
4307
4308 p.gen = jj_gen + xla - jj_la;
4309 p.first = token;
4310 p.arg = xla;
4311 }
4312
4313 static final class JJCalls {
4314 int gen;

Callers 9

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

Calls

no outgoing calls

Tested by

no test coverage detected