Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
IntSort
Method · 0.80
parserExample2
Method · 0.80
parserExample3
Method · 0.80
listExample
Method · 0.80
parserExample2
Method · 0.80
parserExample3
Method · 0.80
listExample
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected