Searched refs:tokDef (Results 1 – 2 of 2) sorted by relevance
145 foreach ($tokDefs as $tokDef) {146 $match = $tokDef->tryMatch($text, $position);153 $foundTokInst = new TokenInstance($tokDef, $text, $position, $matchLen);
335 private static function _getLongestAlternateChain($args, $position, $tokDef, $stopAt=-1) { argument338 if ($args[$lastFound]->definition() == $tokDef) {