Ejemplo n.º 1
0
 /**
  * 
  * 获取单词token
  * @param string $char
  */
 public function getWordToken($char)
 {
     if (!Fl_Js_Static::isIdentifierChar($char)) {
         $this->pendingNextChar = true;
         return true;
     }
 }