Home
last modified time | relevance | path

Searched refs:LimitContext (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/ComboStrap/PageSqlParser/
DPageSqlListener.php139 public function enterLimit(Context\LimitContext $context) : void;
144 public function exitLimit(Context\LimitContext $context) : void;
DPageSqlBaseListener.php181 public function enterLimit(Context\LimitContext $context) : void {}
188 public function exitLimit(Context\LimitContext $context) : void {}
DPageSqlParser.php970 public function limit() : Context\LimitContext
972 $localContext = new Context\LimitContext($this->ctx, $this->getState());
1905 class LimitContext extends ParserRuleContext class
2097 public function limit() : ?LimitContext
2099 return $this->getTypedRuleContext(LimitContext::class, 0);