Returns if the specified expression refers to a nested map. @param e offset to key/value pair @return result of check
(final int e)
| 192 | * @return result of check |
| 193 | */ |
| 194 | private boolean nested(final int e) { |
| 195 | return exprs[e + 1] == Empty.UNDEFINED; |
| 196 | } |
| 197 | |
| 198 | @Override |
| 199 | public Expr copy(final CompileContext cc, final IntObjectMap<Var> vm) { |
no outgoing calls
no test coverage detected