Home
last modified time | relevance | path

Searched refs:setLine (Results 1 – 6 of 6) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DWritableToken.php13 public function setLine(int $line) : void; function
H A DCommonTokenFactory.php72 $token->setLine($line);
H A DLexer.php373 public function setLine(int $line) : void function in Antlr\\Antlr4\\Runtime\\Lexer
379 $this->interp->setLine($line);
H A DCommonToken.php171 public function setLine(int $line) : void function in Antlr\\Antlr4\\Runtime\\CommonToken
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DSimState.php62 public function setLine(int $line) : void function in Antlr\\Antlr4\\Runtime\\Atn\\SimState
H A DLexerATNSimulator.php106 public function setLine(int $line) : void function in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator
722 $settings->setLine($this->line);