The number of bound variables.
()
| 100 | * The number of bound variables. |
| 101 | **/ |
| 102 | public int getNumBound() |
| 103 | { |
| 104 | return Native.getQuantifierNumBound(getContext().nCtx(), getNativeObject()); |
| 105 | } |
| 106 | |
| 107 | /** |
| 108 | * The symbols for the bound variables. |
no test coverage detected