Package com.microsoft.z3
Class FuncDecl.Parameter
- java.lang.Object
-
- com.microsoft.z3.FuncDecl.Parameter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ASTgetAST()The AST value of the parameter.doublegetDouble()The double value of the parameter.FuncDeclgetFuncDecl()The FunctionDeclaration value of the parameter.intgetInt()The int value of the parameter.Z3_parameter_kindgetParameterKind()The kind of the parameter.StringgetRational()The rational string value of the parameter.SortgetSort()The Sort value of the parameter.SymbolgetSymbol()The Symbol value of the parameter.
-
-
-
Method Detail
-
getInt
public int getInt()
The int value of the parameter.
-
getDouble
public double getDouble()
The double value of the parameter.
-
getSymbol
public Symbol getSymbol()
The Symbol value of the parameter.
-
getSort
public Sort getSort()
The Sort value of the parameter.
-
getAST
public AST getAST()
The AST value of the parameter.
-
getFuncDecl
public FuncDecl getFuncDecl()
The FunctionDeclaration value of the parameter.
-
getRational
public String getRational()
The rational string value of the parameter.
-
getParameterKind
public Z3_parameter_kind getParameterKind()
The kind of the parameter.
-
-