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