Searched refs:tokenName (Results 1 – 7 of 7) sorted by relevance
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/ |
H A D | Token.php | 67 $tokenName = 'bar', 90 $tokenName = 'bar', 114 $tokenName = 'bar', 130 $tokenName = 'bar', 147 $tokenName = 'bar', 165 $tokenName = 'bar', 182 $tokenName = 'bar', 227 $tokenName = 'bar', 262 $tokenName = 'bar', 279 $tokenName = 'bar', [all …]
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/ |
H A D | Analyzer.php | 419 if (']' === substr($tokenName, -1)) { 420 $uId = (int) substr($tokenName, strpos($tokenName, '[') + 1, -1); 421 $tokenName = substr($tokenName, 0, strpos($tokenName, '[')); 430 if ($token === $tokenName || 450 $tokenName, 463 $uId = (int) substr($tokenName, strpos($tokenName, '[') + 1, -1); 464 $tokenName = substr($tokenName, 0, strpos($tokenName, '[')); 473 if ($token === $tokenName 493 $tokenName, 521 [$tokenName], [all …]
|
H A D | Token.php | 114 * @param string $tokenName Token name. 121 $tokenName, argument 128 $this->_tokenName = $tokenName;
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
H A D | VocabularyImpl.php | 96 foreach ($tokenNames as $i => $tokenName) { 97 if ($tokenName === null) { 101 if ($tokenName !== '') { 102 $firstChar = $tokenName[0];
|
H A D | Recognizer.php | 105 public function getTokenType(string $tokenName) : int argument 109 return $map[$tokenName] ?? Token::INVALID_TYPE;
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/ |
H A D | Llk.php | 123 foreach ($tokens as $tokenName => $tokenValue) { 125 ' \'' . $tokenName . '\' => \'' .
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/ |
H A D | DefaultErrorStrategy.php | 416 $tokenName = $this->getTokenErrorDisplay($t); 421 $tokenName,
|