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