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

Method getRealSort

src/api/java/Context.java:150–156  ·  view source on GitHub ↗

Retrieves the Real sort of the context.

()

Source from the content-addressed store, hash-verified

148 * Retrieves the Real sort of the context.
149 **/
150 public RealSort getRealSort()
151 {
152 if (m_realSort == null) {
153 m_realSort = new RealSort(this);
154 }
155 return m_realSort;
156 }
157
158 /**
159 * Create a new Boolean sort.

Callers 4

mkRealConstMethod · 0.95
mkRealMethod · 0.95
floatingPointExample2Method · 0.80
floatingPointExample2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected