Z3
ReExpr.java
Go to the documentation of this file.
1 
18 package com.microsoft.z3;
19 
23 public class ReExpr extends Expr
24 {
29  ReExpr(Context ctx, long obj)
30  {
31  super(ctx, obj);
32  }
33 }