The size of the domain of the function declaration @see #getArity
()
| 85 | * @see #getArity |
| 86 | **/ |
| 87 | public int getDomainSize() |
| 88 | { |
| 89 | return Native.getDomainSize(getContext().nCtx(), getNativeObject()); |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * The domain of the function declaration |
no test coverage detected