(Decl.Named<?> named)
| 88 | } |
| 89 | |
| 90 | public boolean isUnsafe(Decl.Named<?> named) { |
| 91 | return named.getModifiers().match(Modifier.Unsafe.class) != null; |
| 92 | } |
| 93 | |
| 94 | private void syntaxError(Syntactic.Item e, int code, Syntactic.Item... context) { |
| 95 | status = false; |
no test coverage detected