mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
Java API: slight overhaul in preparation for the FP additions
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
8e7278f02c
commit
376614a782
38 changed files with 1289 additions and 889 deletions
|
@ -26,6 +26,8 @@ public class BitVecExpr extends Expr
|
|||
/**
|
||||
* The size of the sort of a bit-vector term.
|
||||
* @throws Z3Exception
|
||||
* @throws Z3Exception on error
|
||||
* @return an int
|
||||
**/
|
||||
public int getSortSize() throws Z3Exception
|
||||
{
|
||||
|
@ -33,7 +35,7 @@ public class BitVecExpr extends Expr
|
|||
}
|
||||
|
||||
/**
|
||||
* Constructor for BitVecExpr </summary>
|
||||
* Constructor for BitVecExpr
|
||||
**/
|
||||
BitVecExpr(Context ctx)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue