* check if there are any indented lines ready to be read by nextLine() * * @return are there any indented lines ready? */
| 1931 | * @return are there any indented lines ready? |
| 1932 | */ |
| 1933 | bool ASFormatter::hasMoreLines() const |
| 1934 | { |
| 1935 | return !endOfCodeReached; |
| 1936 | } |
| 1937 | |
| 1938 | /** |
| 1939 | * comparison function for BraceType enum |
no outgoing calls
no test coverage detected