Function declarations can have Parameters associated with them. More...
Function declarations can have Parameters associated with them.
Definition at line 207 of file FuncDecl.cs.
◆ ASTThe AST value of the parameter.
Definition at line 227 of file FuncDecl.cs.
Z3_parameter_kind ParameterKind
The kind of the parameter.
Z3_parameter_kind
The different kinds of parameters that can be associated with function symbols.
◆ DoubleThe double value of the parameter.
Definition at line 221 of file FuncDecl.cs.
◆ FuncDeclThe FunctionDeclaration value of the parameter.
Definition at line 229 of file FuncDecl.cs.
229{
get{
if(
ParameterKind!=
Z3_parameter_kind.Z3_PARAMETER_FUNC_DECL)
throw newZ3Exception(
"parameter is not a function declaration");
returnfd; } }
◆ IntThe int value of the parameter.
Definition at line 219 of file FuncDecl.cs.
◆ ParameterKindThe kind of the parameter.
Definition at line 236 of file FuncDecl.cs.
236{
get{
returnkind; } }
◆ RationalThe rational string value of the parameter.
Definition at line 231 of file FuncDecl.cs.
231{
get{
if(
ParameterKind!=
Z3_parameter_kind.Z3_PARAMETER_RATIONAL)
throw newZ3Exception(
"parameter is not a rational string");
returnr; } }
◆ Sort ◆ SymbolRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4