The kind of the function declaration.
()
| 118 | * The kind of the function declaration. |
| 119 | **/ |
| 120 | public Z3_decl_kind getDeclKind() |
| 121 | { |
| 122 | return Z3_decl_kind.fromInt(Native.getDeclKind(getContext().nCtx(), |
| 123 | getNativeObject())); |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * The name of the function declaration |