Searched refs:interp (Results 1 – 6 of 6) sorted by relevance
| /template/strap/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | Lexer.php | 112 protected $interp; variable in Antlr\\Antlr4\\Runtime\\Lexer 123 $this->interp = null;// child classes must populate this 145 if ($this->interp !== null) { 146 $this->interp->reset(); 171 if ($this->interp === null || !$this->interp instanceof LexerATNSimulator) { 178 $this->tokenStartCharPositionInLine = $this->interp->getCharPositionInLine(); 179 $this->tokenStartLine = $this->interp->getLine(); 187 $ttype = $this->interp->match($this->input, $this->mode); 366 if ($this->interp === null || !$this->interp instanceof LexerATNSimulator) { 370 return $this->interp->getLine(); [all …]
|
| H A D | Recognizer.php | 30 protected $interp; variable in Antlr\\Antlr4\\Runtime\\Recognizer 130 return $this->interp; 135 if ($this->interp === null) { 139 return $this->interp; 150 $this->interp = $interpreter;
|
| H A D | Parser.php | 884 $interp = $this->getInterpreter(); 888 foreach ($interp->decisionToDFA as $dfa) { 899 $interp = $this->getInterpreter(); 903 foreach ($interp->decisionToDFA as $dfa) {
|
| /template/strap/ComboStrap/PageSqlParser/ |
| H A D | PageSqlLexer.php | 606 …$this->interp = new LexerATNSimulator($this, self::$atn, self::$decisionToDFA, self::$sharedContex…
|
| H A D | PageSqlParser.php | 242 …$this->interp = new ParserATNSimulator($this, self::$atn, self::$decisionToDFA, self::$sharedConte…
|
| /template/mikio/inc/stemmechanics/lesserphp/ |
| H A D | lessc.inc.php | 3231 $this->openString("}", $interp, null, array("'", '"', ";")) && 3234 $out = array("interpolate", $interp); 3501 if ($this->interpolation($interp)) { 3503 $interp[2] = true; // don't unescape 3504 $parts[] = $interp;
|