Retrieves the Integer sort of the context.
()
| 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. |
no outgoing calls
no test coverage detected