Home
last modified time | relevance | path

Searched refs:SKIP (Results 1 – 4 of 4) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerActionType.php42 public const SKIP = 6; define in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerActionType
H A DLexerSkipAction.php37 return LexerActionType::SKIP;
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php22 public const SKIP = -3; define in Antlr\\Antlr4\\Runtime\\Lexer
185 $ttype = self::SKIP;
201 if ($this->type === self::SKIP) {
238 $this->type = self::SKIP;
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php918 case LexerActionType::SKIP: