Public Member Functions | |
boolean | isIntSymbol () |
boolean | isStringSymbol () |
boolean | equals (Object o) |
String | toString () |
Protected Member Functions | |
Z3_symbol_kind | getKind () |
Symbol (Context ctx, long obj) | |
Additional Inherited Members | |
Static Public Member Functions inherited from Z3Object | |
static long[] | arrayToNative (Z3Object[] a) |
static int | arrayLength (Z3Object[] a) |
Symbols are used to name several term and type constructors.
Definition at line 25 of file Symbol.java.
|
inline |
Definition at line 52 of file Symbol.java.
|
inlineprotected |
The kind of the symbol (int or string)
Definition at line 29 of file Symbol.java.
Referenced by Symbol.isIntSymbol(), and Symbol.isStringSymbol().
|
inline |
Indicates whether the symbol is of Int kind
Definition at line 38 of file Symbol.java.
Referenced by IntSymbol.getInt(), and Symbol.toString().
|
inline |
Indicates whether the symbol is of string kind.
Definition at line 46 of file Symbol.java.
Referenced by Symbol.toString().
|
inline |