Searched refs:PredicateContext (Results 1 – 3 of 3) sorted by relevance
89 public function enterPredicate(Context\PredicateContext $context) : void;94 public function exitPredicate(Context\PredicateContext $context) : void;
116 public function enterPredicate(Context\PredicateContext $context) : void {}123 public function exitPredicate(Context\PredicateContext $context) : void {}
623 public function predicate() : Context\PredicateContext625 $localContext = new Context\PredicateContext($this->ctx, $this->getState());1523 class PredicateContext extends ParserRuleContext class1738 return $this->getTypedRuleContexts(PredicateContext::class);1741 return $this->getTypedRuleContext(PredicateContext::class, $index);1811 return $this->getTypedRuleContexts(PredicateContext::class);1814 return $this->getTypedRuleContext(PredicateContext::class, $index);