public class Symbol extends Z3Object
| Modifier | Constructor and Description |
|---|---|
protected |
Symbol(Context ctx,
long obj)
Symbol constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
protected Z3_symbol_kind |
getKind()
The kind of the symbol (int or string)
|
boolean |
isIntSymbol()
Indicates whether the symbol is of Int kind
|
boolean |
isStringSymbol()
Indicates whether the symbol is of string kind.
|
java.lang.String |
toString()
A string representation of the symbol.
|
protected Symbol(Context ctx, long obj)
protected Z3_symbol_kind getKind()
public boolean isIntSymbol()
public boolean isStringSymbol()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object