TODO(const correctness): these are apparently set in later stages. Figure out how this can be formulated better. For now: make m_definition mutable.
| 88 | // Figure out how this can be formulated better. For now: |
| 89 | // make m_definition mutable. |
| 90 | void setDefinition(const DataType* def) const { m_definition = def; } |
| 91 | const DataType* getDefinition() const { return m_definition; } |
| 92 | |
| 93 | const DataType* getActual() const; |
no outgoing calls