632633634635636637638639640641642643644645646
{ tok = scn.nextToken(); if ( tok == null ) { throw new NullTokenException( fileName ); } if ( tok.getText() == null ) { throw new NullTokenException( fileName ); } } while ( tok.getText().startsWith( SINGLE_LINE_COMMENT ) ); }