Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
DLexerCustomAction.php28 private $actionIndex; variable in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerCustomAction
39 public function __construct(int $ruleIndex, int $actionIndex)
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
DActionTransition.php15 public $actionIndex; variable in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\ActionTransition
24 …public function __construct(ATNState $target, int $ruleIndex, int $actionIndex = -1, bool $isCtxDe…
/template/strap/vendor/antlr/antlr4-php-runtime/src/
DRecognizer.php186 public function sempred(?RuleContext $localctx, int $ruleIndex, int $actionIndex) : bool
196 public function action(?RuleContext $localctx, int $ruleIndex, int $actionIndex) : void