Package com.microsoft.z3
Class Symbol
java.lang.Object
com.microsoft.z3.Z3Object
com.microsoft.z3.Symbol
- Direct Known Subclasses:
IntSymbol,StringSymbol
Symbols are used to name several term and type constructors.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected Z3_symbol_kindgetKind()The kind of the symbol (int or string)booleanIndicates whether the symbol is of Int kindbooleanIndicates whether the symbol is of string kind.toString()A string representation of the symbol.Methods inherited from class com.microsoft.z3.Z3Object
arrayLength, arrayToNative
-
Constructor Details
-
Symbol
Symbol constructor
-
-
Method Details
-
getKind
The kind of the symbol (int or string) -
isIntSymbol
public boolean isIntSymbol()Indicates whether the symbol is of Int kind -
isStringSymbol
public boolean isStringSymbol()Indicates whether the symbol is of string kind. -
equals
-
toString
A string representation of the symbol.
-