Searched refs:SKIP (Results 1 – 4 of 4) sorted by relevance
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/ | ||
| H A D | LexerActionType.php | 42 public const SKIP = 6; define in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerActionType |
| H A D | LexerSkipAction.php | 37 return LexerActionType::SKIP; |
| /template/strap/vendor/antlr/antlr4-php-runtime/src/ | ||
| H A D | Lexer.php | 22 public const SKIP = -3; define in Antlr\\Antlr4\\Runtime\\Lexer |
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/ | ||
| H A D | ATNDeserializer.php | 918 case LexerActionType::SKIP: |