()
| 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; |
no test coverage detected