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

Method getSize

src/api/java/BitVecSort.java:30–33  ·  view source on GitHub ↗

The size of the bit-vector sort. @throws Z3Exception on error @return an int

()

Source from the content-addressed store, hash-verified

28 * @return an int
29 **/
30 public int getSize()
31 {
32 return Native.getBvSortSize(getContext().nCtx(), getNativeObject());
33 }
34
35 BitVecSort(Context ctx, long obj)
36 {

Callers 2

castingTestMethod · 0.95
getSortSizeMethod · 0.45

Calls 3

nCtxMethod · 0.80
getContextMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected