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

Method mkIntSort

src/api/java/Context.java:206–209  ·  view source on GitHub ↗

Create a new integer sort.

()

Source from the content-addressed store, hash-verified

204 * Create a new integer sort.
205 **/
206 public IntSort mkIntSort()
207 {
208 return new IntSort(this);
209 }
210
211 /**
212 * Create a real sort.

Callers 8

mainMethod · 0.95
IntSortMethod · 0.80
parserExample2Method · 0.80
parserExample3Method · 0.80
listExampleMethod · 0.80
parserExample2Method · 0.80
parserExample3Method · 0.80
listExampleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected