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

Method symbol

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

Source from the content-addressed store, hash-verified

493 }
494
495 final public String symbol() throws ParseException {
496 jj_consume_token(SYMBOL);
497 {
498 if ("" != null) {
499 return token.image;
500 }
501 }
502 throw new Error("Missing return statement in function");
503 }
504
505 /** Generated Token Manager. */
506 public JSONParserTokenManager token_source;

Callers 1

objectKeyMethod · 0.95

Calls 1

jj_consume_tokenMethod · 0.95

Tested by

no test coverage detected