public class FuncInterp.Entry extends Z3Object
| Modifier and Type | Method and Description |
|---|---|
Expr[] |
getArgs()
The arguments of the function entry.
|
int |
getNumArgs()
The number of arguments of the entry.
|
Expr |
getValue()
Return the (symbolic) value of this entry.
|
java.lang.String |
toString()
A string representation of the function entry.
|
public Expr getValue()
Z3ExceptionZ3Exception - on errorpublic int getNumArgs()
Z3Exception - on errorpublic Expr[] getArgs()
Z3ExceptionZ3Exception - on errorpublic java.lang.String toString()
toString in class java.lang.Object