Z3
src
api
java
DatatypeExpr.java
Go to the documentation of this file.
1
18
package
com.microsoft.z3;
19
23
public
class
DatatypeExpr
extends
Expr
24
{
28
DatatypeExpr
(
Context
ctx,
long
obj)
29
{
30
super(ctx, obj);
31
}
32
}
com.microsoft.z3.Expr
Definition:
Expr.java:30
com.microsoft.z3.Context
Definition:
Context.java:27
com.microsoft.z3.DatatypeExpr
Definition:
DatatypeExpr.java:23
Generated on Tue Jul 19 2016 21:26:48 for Z3 by
1.8.11