(Context ctx, long obj)
| 23 | public class UninterpretedSort extends Sort |
| 24 | { |
| 25 | UninterpretedSort(Context ctx, long obj) |
| 26 | { |
| 27 | super(ctx, obj); |
| 28 | } |
| 29 | |
| 30 | UninterpretedSort(Context ctx, Symbol s) |
| 31 | { |
nothing calls this directly
no test coverage detected