The number of bound variables.
()
| 30 | * The number of bound variables. |
| 31 | **/ |
| 32 | public int getNumBound() |
| 33 | { |
| 34 | return Native.getQuantifierNumBound(getContext().nCtx(), getNativeObject()); |
| 35 | } |
| 36 | |
| 37 | /** |
| 38 | * The symbols for the bound variables. |
no test coverage detected