Z3
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 }