/* 158 */ theName = theName + st.sval;
/* 159 */ }st.nextToken();
/* */ }
/* */ }
/* */ catch (IOException e) {
/* 163 */ throw new ParsingErrorException(e.getMessage());
/* */ }
/* 165 */ st.whitespaceChars(this.lineSeparatorChar, this.lineSeparatorChar);
/* 166 */ st.whitespaceChars(10, 10);
/* 167 */ st.whitespaceChars(13, 13);
/* 168 */ debugOutputLn(2, "name = " + theName);