Convenience method for #invoke(Class,Object[]) invoke(Void.class, args).
(Object[] args)
| 737 | * {@link #invoke(Class,Object[]) invoke(Void.class, args)}. |
| 738 | */ |
| 739 | public void invokeVoid(Object[] args) { |
| 740 | invoke(Void.class, args); |
| 741 | } |
| 742 | |
| 743 | /** Two function pointers are equal if they share the same peer address |
| 744 | * and calling convention. |