Z3
ReSort.java
Go to the documentation of this file.
1
18package com.microsoft.z3;
19
23public class ReSort<R extends Sort> extends Sort
24{
25 ReSort(Context ctx, long obj)
26 {
27 super(ctx, obj);
28 }
29}