The keys stored in the map. @throws Z3Exception
()
| 94 | * @throws Z3Exception |
| 95 | **/ |
| 96 | public AST[] getKeys() |
| 97 | { |
| 98 | ASTVector av = new ASTVector(getContext(), Native.astMapKeys(getContext().nCtx(), getNativeObject())); |
| 99 | return av.ToArray(); |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * Retrieves a string representation of the map. |
nothing calls this directly
no test coverage detected