6061626364656667
LexIdentifier( LexReader reader, LexState caller, char initial) { m_reader=reader; m_caller=caller; m_finder=new SymbolFinder( m_tree); addCharacter( initial); }