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

Method jj_2_8

java/org/apache/el/parser/ELParser.java:2657–2667  ·  view source on GitHub ↗
(int xla)

Source from the content-addressed store, hash-verified

2655 }
2656
2657 private boolean jj_2_8(int xla) {
2658 jj_la = xla;
2659 jj_lastpos = jj_scanpos = token;
2660 try {
2661 return (!jj_3_8());
2662 } catch (LookaheadSuccess ls) {
2663 return true;
2664 } finally {
2665 jj_save(7, xla);
2666 }
2667 }
2668
2669 private boolean jj_2_9(int xla) {
2670 jj_la = xla;

Callers 1

NonLiteralMethod · 0.95

Calls 2

jj_3_8Method · 0.95
jj_saveMethod · 0.95

Tested by

no test coverage detected