public class Sort extends AST
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Equality operator for objects of type Sort.
|
int |
getId()
Returns a unique identifier for the sort.
|
Symbol |
getName()
The name of the sort
|
Z3_sort_kind |
getSortKind()
The kind of the sort.
|
int |
hashCode()
Hash code generation for Sorts
|
java.lang.String |
toString()
A string representation of the sort.
|
compareTo, getASTKind, getSExpr, isApp, isExpr, isFuncDecl, isQuantifier, isSort, isVar, translatepublic boolean equals(java.lang.Object o)
public int hashCode()
public Z3_sort_kind getSortKind()
public Symbol getName()