* check if there are any indented lines ready to be read by nextLine() * * @return are there any indented lines ready? */
| 1253 | * @return are there any indented lines ready? |
| 1254 | */ |
| 1255 | bool ASFormatter::hasMoreLines() const |
| 1256 | { |
| 1257 | return !endOfCodeReached; |
| 1258 | } |
| 1259 | |
| 1260 | /** |
| 1261 | * comparison function for BracketType enum |
no outgoing calls
no test coverage detected