Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlListener.php13 use ComboStrap\PageSqlParser\Context\LimitContext; alias
164 * @param LimitContext $context The parse tree.
166 public function enterLimit(Context\LimitContext $context) : void;
170 * @param LimitContext $context The parse tree.
172 public function exitLimit(Context\LimitContext $context) : void;
H A DPageSqlBaseListener.php168 public function enterLimit(Context\LimitContext $context) : void {}
175 public function exitLimit(Context\LimitContext $context) : void {}
H A DPageSqlParser.php919 public function limit() : Context\LimitContext
921 $localContext = new Context\LimitContext($this->ctx, $this->getState());
1817 class LimitContext extends ParserRuleContext class
2009 public function limit() : ?LimitContext
2011 return $this->getTypedRuleContext(LimitContext::class, 0);