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

Method getBoolSort

src/api/java/Context.java:128–134  ·  view source on GitHub ↗

Retrieves the Boolean sort of the context.

()

Source from the content-addressed store, hash-verified

126 * Retrieves the Boolean sort of the context.
127 **/
128 public BoolSort getBoolSort()
129 {
130 if (m_boolSort == null) {
131 m_boolSort = new BoolSort(this);
132 }
133 return m_boolSort;
134 }
135
136 /**
137 * Retrieves the Integer sort of the context.

Callers 2

mkBoolConstMethod · 0.95
castingTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected