public class FuncInterp extends Z3Object
| Modifier and Type | Class and Description |
|---|---|
class |
FuncInterp.Entry
An Entry object represents an element in the finite map used to encode a
function interpretation.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getArity()
The arity of the function interpretation
|
Expr |
getElse()
The (symbolic) `else' value of the function interpretation.
|
FuncInterp.Entry[] |
getEntries()
The entries in the function interpretation
|
int |
getNumEntries()
The number of entries in the function interpretation.
|
java.lang.String |
toString()
A string representation of the function interpretation.
|
public int getNumEntries()
Z3Exception - on errorpublic FuncInterp.Entry[] getEntries()
Z3ExceptionZ3Exception - on errorpublic Expr getElse()
Z3ExceptionZ3Exception - on errorpublic int getArity()
Z3Exception - on errorpublic java.lang.String toString()
toString in class java.lang.Object