Home
last modified time | relevance | path

Searched refs:predicateIndex (Results 1 – 1 of 1) sorted by path

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DFailedPredicateException.php22 private $predicateIndex; variable in Antlr\\Antlr4\\Runtime\\Error\\Exceptions\\FailedPredicateException
48 $this->predicateIndex = $trans->predIndex;
51 $this->predicateIndex = 0;
65 return $this->predicateIndex;