The number of arguments of the expression. @throws Z3Exception on error @return an int
()
| 97 | * @return an int |
| 98 | **/ |
| 99 | public int getNumArgs() |
| 100 | { |
| 101 | return Native.getAppNumArgs(getContext().nCtx(), getNativeObject()); |
| 102 | } |
| 103 | |
| 104 | /** |
| 105 | * The arguments of the expression. |
no test coverage detected