Function declarations can have Parameters associated with them. More...
Properties | |
int | Int [get] |
The int value of the parameter. More... | |
double | Double [get] |
The double value of the parameter. More... | |
Symbol | Symbol [get] |
The Symbol value of the parameter. More... | |
Sort | Sort [get] |
The Sort value of the parameter. More... | |
AST | AST [get] |
The AST value of the parameter. More... | |
FuncDecl | FuncDecl [get] |
The FunctionDeclaration value of the parameter. More... | |
string | Rational [get] |
The rational string value of the parameter. More... | |
Z3_parameter_kind | ParameterKind [get] |
The kind of the parameter. More... | |
Function declarations can have Parameters associated with them.
Definition at line 207 of file FuncDecl.cs.
The AST value of the parameter.
Definition at line 227 of file FuncDecl.cs.
|
get |
The double value of the parameter.
Definition at line 221 of file FuncDecl.cs.
The FunctionDeclaration value of the parameter.
Definition at line 229 of file FuncDecl.cs.
|
get |
The int value of the parameter.
Definition at line 219 of file FuncDecl.cs.
|
get |
|
get |
The rational string value of the parameter.
Definition at line 231 of file FuncDecl.cs.
The Sort value of the parameter.
Definition at line 225 of file FuncDecl.cs.
The Symbol value of the parameter.
Definition at line 223 of file FuncDecl.cs.