mirror of
https://github.com/Z3Prover/z3
synced 2025-06-15 10:26:16 +00:00
add 'throws' declaration
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d45c7ce082
commit
67827ede4c
1 changed files with 1 additions and 0 deletions
|
@ -382,6 +382,7 @@ public class Context extends IDisposable
|
||||||
* the remainig fields of t are unchanged.
|
* the remainig fields of t are unchanged.
|
||||||
**/
|
**/
|
||||||
public Expr MkUpdateField(FuncDecl field, Expr t, Expr v)
|
public Expr MkUpdateField(FuncDecl field, Expr t, Expr v)
|
||||||
|
throws Z3Exception
|
||||||
{
|
{
|
||||||
return Expr.create
|
return Expr.create
|
||||||
(this,
|
(this,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue