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