()
| 138 | } |
| 139 | |
| 140 | private ParserContext currentContext() { |
| 141 | if (this.context.isEmpty()) { |
| 142 | return null; |
| 143 | } |
| 144 | return this.context.get(this.context.size() - 1); |
| 145 | } |
| 146 | |
| 147 | private boolean isValidReturn() { |
| 148 | return currentContext().isValidReturn(); |
no test coverage detected