Z3
src
api
java
IntExpr.java
Go to the documentation of this file.
1
18
package
com.microsoft.z3;
19
23
public
class
IntExpr
extends
ArithExpr
24
{
29
IntExpr
(
Context
ctx,
long
obj)
30
{
31
super(ctx, obj);
32
}
33
}
com.microsoft.z3.ArithExpr
Definition:
ArithExpr.java:24
com.microsoft.z3.Context
Definition:
Context.java:35
com.microsoft.z3.IntExpr
Definition:
IntExpr.java:24
Generated on Tue Apr 26 2022 04:28:14 for Z3 by
1.9.3