private boolean isScopeClosingLine(int index) {
   String lineContent = readLine(index);
   return structTokens.isScopeClosingLine(lineContent);
 }