MCPcopy Create free account
hub / github.com/Z3Prover/z3 / getKeys

Method getKeys

src/api/java/ASTMap.java:96–100  ·  view source on GitHub ↗

The keys stored in the map. @throws Z3Exception

()

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 4

ToArrayMethod · 0.95
getContextMethod · 0.80
nCtxMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected