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

Method getIntSort

src/api/java/Context.java:139–145  ·  view source on GitHub ↗

Retrieves the Integer sort of the context.

()

Source from the content-addressed store, hash-verified

137 * Retrieves the Integer sort of the context.
138 **/
139 public IntSort getIntSort()
140 {
141 if (m_intSort == null) {
142 m_intSort = new IntSort(this);
143 }
144 return m_intSort;
145 }
146
147 /**
148 * Retrieves the Real sort of the context.

Callers 15

mkIntConstMethod · 0.95
mkIntMethod · 0.95
translationExampleMethod · 0.95
translationExampleMethod · 0.95
arrayExample1Method · 0.80
arrayExample2Method · 0.80
sudokuExampleMethod · 0.80
quantifierExample1Method · 0.80
quantifierExample2Method · 0.80
quantifierExample3Method · 0.80
quantifierExample4Method · 0.80
basicTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected