Home
last modified time | relevance | path

Searched refs:grammarType (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php60 public $grammarType; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATN
94 public function __construct(int $grammarType, int $maxTokenType) argument
96 $this->grammarType = $grammarType;
H A DATNDeserializer.php163 if ($atn->grammarType === ATN::ATN_TYPE_PARSER
221 $grammarType = $this->readInt();
224 return new ATN($grammarType, $maxTokenType);
326 if ($atn->grammarType === ATN::ATN_TYPE_LEXER) {
479 if ($atn->grammarType === ATN::ATN_TYPE_LEXER) {