Package com.microsoft.z3
Class FuncDecl.Parameter
java.lang.Object
com.microsoft.z3.FuncDecl.Parameter
Function declarations can have Parameters associated with them.
-
Method Summary
Modifier and TypeMethodDescriptiongetAST()The AST value of the parameter.doubleThe double value of the parameter.FuncDecl<?>The FunctionDeclaration value of the parameter.intgetInt()The int value of the parameter.The kind of the parameter.The rational string value of the parameter.getSort()The Sort value of the parameter.The Symbol value of the parameter.
-
Method Details
-
getInt
public int getInt()The int value of the parameter. -
getDouble
public double getDouble()The double value of the parameter. -
getSymbol
The Symbol value of the parameter. -
getSort
The Sort value of the parameter. -
getAST
The AST value of the parameter. -
getFuncDecl
The FunctionDeclaration value of the parameter. -
getRational
The rational string value of the parameter. -
getParameterKind
The kind of the parameter.
-