Home
last modified time | relevance | path

Searched defs:predIndex (Results 1 – 3 of 3) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
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)
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
DPredicateTransition.php16 public $predIndex; variable in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\PredicateTransition
25 …public function __construct(ATNState $target, int $ruleIndex, int $predIndex, bool $isCtxDependent)
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
DLexerATNSimulator.php692 …protected function evaluatePredicate(CharStream $input, int $ruleIndex, int $predIndex, bool $spec…