131132133134135136137138139140141
while (curToken.hasNext() ) curToken = curToken.next(); // add the pointer to error int column = curToken.beginColumn() - 1; for (int i = 0; i < column; i++) { msg.append(' '); }