public class FuncDecl.Parameter
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
AST |
getAST()
The AST value of the parameter.
|
double |
getDouble()
The double value of the parameter.
|
FuncDecl |
getFuncDecl()
The FunctionDeclaration value of the parameter.
|
int |
getInt()
The int value of the parameter.
|
Z3_parameter_kind |
getParameterKind()
The kind of the parameter.
|
java.lang.String |
getRational()
The rational string value of the parameter.
|
Sort |
getSort()
The Sort value of the parameter.
|
Symbol |
getSymbol()
The Symbol value of the parameter.
|
public int getInt()
public double getDouble()
public Symbol getSymbol()
public Sort getSort()
public AST getAST()
public FuncDecl getFuncDecl()
public java.lang.String getRational()
public Z3_parameter_kind getParameterKind()