Searched refs:OrderByDefContext (Results 1 – 3 of 3) sorted by relevance
159 public function enterOrderByDef(Context\OrderByDefContext $context) : void;164 public function exitOrderByDef(Context\OrderByDefContext $context) : void;
207 public function enterOrderByDef(Context\OrderByDefContext $context) : void {}214 public function exitOrderByDef(Context\OrderByDefContext $context) : void {}
1052 public function orderByDef() : Context\OrderByDefContext1054 $localContext = new Context\OrderByDefContext($this->ctx, $this->getState());1975 return $this->getTypedRuleContexts(OrderByDefContext::class);1978 return $this->getTypedRuleContext(OrderByDefContext::class, $index);2008 class OrderByDefContext extends ParserRuleContext class