The arity of the function declaration
()
| 76 | * The arity of the function declaration |
| 77 | **/ |
| 78 | public int getArity() |
| 79 | { |
| 80 | return Native.getArity(getContext().nCtx(), getNativeObject()); |
| 81 | } |
| 82 | |
| 83 | /** |
| 84 | * The size of the domain of the function declaration |
no test coverage detected