Searched refs:getCurrentToken (Results 1 – 10 of 10) sorted by relevance
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/ |
H A D | NoViableAltException.php | 52 $offendingToken = $recognizer->getCurrentToken(); 56 $startToken = $recognizer->getCurrentToken();
|
H A D | InputMismatchException.php | 28 $this->setOffendingToken($recognizer->getCurrentToken());
|
H A D | FailedPredicateException.php | 55 $this->setOffendingToken($recognizer->getCurrentToken());
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | ExpressionParser.php | 74 $token = $this->parser->getCurrentToken(); 91 $token = $this->parser->getCurrentToken(); 103 $token = $this->parser->getCurrentToken(); 131 … $expr3 = new ConstantExpression('', $this->parser->getCurrentToken()->getLine()); 156 $token = $this->parser->getCurrentToken(); 179 if ('(' === $this->parser->getCurrentToken()->getValue()) { 339 $token = $this->parser->getCurrentToken(); 568 … $value = new ConstantExpression(null, $this->parser->getCurrentToken()->getLine()); 619 …return new NotUnary($this->parseTestExpression($node), $this->parser->getCurrentToken()->getLine()… 633 return new $class($node, $name, $arguments, $this->parser->getCurrentToken()->getLine()); [all …]
|
H A D | Parser.php | 155 $lineno = $this->getCurrentToken()->getLine(); 158 switch ($this->getCurrentToken()->getType()) { 173 $token = $this->getCurrentToken(); 216 …SyntaxError('Lexer or parser ended up in unsupported state.', $this->getCurrentToken()->getLine(),… 388 public function getCurrentToken() function in Twig\\Parser
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/ |
H A D | DefaultErrorStrategy.php | 415 $t = $recognizer->getCurrentToken(); 453 $t = $recognizer->getCurrentToken(); 629 $matchedSymbol = $recognizer->getCurrentToken(); 659 $currentSymbol = $recognizer->getCurrentToken();
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
H A D | Parser.php | 173 $t = $this->getCurrentToken(); 463 public function getCurrentToken() : ?Token function in Antlr\\Antlr4\\Runtime\\Parser 470 $token = $this->getCurrentToken();
|
/plugin/findologicxmlexport/vendor/hoa/compiler/ |
H A D | CHANGELOG.md | 74 * Parser: Remove calls to `getCurrentToken` method. (Ivan Enderlin, 2016-02-22T11:58:19+01:00)
|
/plugin/aceeditor/ |
H A D | build.js | 1 …getCurrentToken=function(){return this.$rowTokens[this.$tokenIndex]},this.getCurrentTokenRow=funct… function
|
/plugin/struct/jsoneditor/ |
H A D | jsoneditor-minimalist.min.js | 33 …getCurrentToken()||"text",l)){var o=new s(t,n.row,n.column+1);if(!this.$matchTokenType(o.getCurren…
|