Home
last modified time | relevance | path

Searched refs:TOKEN_START (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DTokensStartState.php11 return self::TOKEN_START;
H A DATNState.php20 public const TOKEN_START = 6; define in Antlr\\Antlr4\\Runtime\\Atn\\States\\ATNState
35 'TOKEN_START',
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php850 case ATNState::TOKEN_START: