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

Method jj_ntk_f

java/org/apache/el/parser/ELParser.java:4145–4151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4143 }
4144
4145 private int jj_ntk_f() {
4146 if ((jj_nt = token.next) == null) {
4147 return (jj_ntk = (token.next = token_source.getNextToken()).kind);
4148 } else {
4149 return (jj_ntk = jj_nt.kind);
4150 }
4151 }
4152
4153 private java.util.List<int[]> jj_expentries = new java.util.ArrayList<int[]>();
4154 private int[] jj_expentry;

Callers 15

CompositeExpressionMethod · 0.95
SemicolonMethod · 0.95
AssignmentMethod · 0.95
LambdaExpressionMethod · 0.95
LambdaParametersMethod · 0.95
OrMethod · 0.95
AndMethod · 0.95
EqualityMethod · 0.95
CompareMethod · 0.95
ConcatenationMethod · 0.95
MathMethod · 0.95

Calls 1

getNextTokenMethod · 0.45

Tested by

no test coverage detected