Home
last modified time | relevance | path

Searched defs:predIndex (Results 1 – 4 of 4) sorted by last modified time

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php692 protected function evaluatePredicate(CharStream $input, int $ruleIndex, int $predIndex, bool $speculative) : bool argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DPredicate.php17 public $predIndex; variable in Antlr\\Antlr4\\Runtime\\Atn\\SemanticContexts\\Predicate
22 public function __construct(int $ruleIndex = -1, int $predIndex = -1, bool $isCtxDependent = false) argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DPredicateTransition.php16 public $predIndex; variable in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\PredicateTransition
25 public function __construct(ATNState $target, int $ruleIndex, int $predIndex, bool $isCtxDependent) argument
/plugin/zip/pear/File/
H A DArchive.php941 function predIndex($indexes) function in File_Archive