Z3
Loading...
Searching...
No Matches
src
api
java
ArrayExpr.java
Go to the documentation of this file.
1
18
package
com.microsoft.z3;
19
20
24
public
class
ArrayExpr
<D
extends
Sort
, R extends
Sort
> extends
Expr
<ArraySort<D, R>>
25
{
29
ArrayExpr
(
Context
ctx,
long
obj)
30
{
31
super(ctx, obj);
32
}
33
}
com.microsoft.z3.ArrayExpr
Definition
ArrayExpr.java:25
com.microsoft.z3.Context
Definition
Context.java:36
com.microsoft.z3.Expr
Definition
Expr.java:35
com.microsoft.z3.Sort
Definition
Sort.java:27
Generated on Sun Jan 11 2026 05:03:24 for Z3 by
1.9.8