Description: Set/Get the line number where the symbol is defined
| 1214 | // Description: |
| 1215 | // Set/Get the line number where the symbol is defined |
| 1216 | void SetLineNumber(long linenumber) { this->LineNumber = linenumber; } |
| 1217 | long GetLineNumber() const { return this->LineNumber; } |
| 1218 | |
| 1219 | // Description: |