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