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

Method getSortSize

src/api/java/BitVecExpr.java:32–35  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

30 * @return an int
31 **/
32 public int getSortSize()
33 {
34 return ((BitVecSort) getSort()).getSize();
35 }
36
37 /**
38 * Constructor for BitVecExpr

Callers

nothing calls this directly

Calls 2

getSortMethod · 0.65
getSizeMethod · 0.45

Tested by

no test coverage detected