public class ParamDescrs extends Z3Object
| Modifier and Type | Method and Description |
|---|---|
Z3_param_kind |
getKind(Symbol name)
Retrieve kind of parameter.
|
Symbol[] |
getNames()
Retrieve all names of parameters.
|
int |
size()
The size of the ParamDescrs.
|
java.lang.String |
toString()
Retrieves a string representation of the ParamDescrs.
|
void |
validate(Params p)
validate a set of parameters.
|
public void validate(Params p)
public Z3_param_kind getKind(Symbol name)
public Symbol[] getNames()
Z3Exceptionpublic int size()
public java.lang.String toString()
toString in class java.lang.Object