public Boolean visit(VoidType n1, Node arg) { VoidType n2 = (VoidType) arg; if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { return Boolean.FALSE; } return Boolean.TRUE; }
@Override public void visit(final VoidType n, final A arg) { visitComment(n.getComment(), arg); visitAnnotations(n, arg); }