MCPcopy Index your code
hub / github.com/apache/tomcat / ensureEOF

Method ensureEOF

java/org/apache/tomcat/util/json/JSONParser.java:84–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 final public boolean ensureEOF() throws ParseException {
85 jj_consume_token(0);
86 {
87 if ("" != null) {
88 return true;
89 }
90 }
91 throw new Error("Missing return statement in function");
92 }
93
94 final public Object anything() throws ParseException {
95 Object x;

Callers 3

parseObjectMethod · 0.95
parseArrayMethod · 0.95
parseMethod · 0.95

Calls 1

jj_consume_tokenMethod · 0.95

Tested by

no test coverage detected