| 16 | common::StatementType getStatementType() const { return statementType; } |
| 17 | void setToInternal() { internal = true; } |
| 18 | bool isInternal() const { return internal; } |
| 19 | void setParsingTime(double time) { parsingTime = time; } |
| 20 | double getParsingTime() const { return parsingTime; } |
| 21 |