Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlListener.php9 use ComboStrap\PageSqlParser\Context\ColumnContext; alias
68 * @param ColumnContext $context The parse tree.
70 public function enterColumn(Context\ColumnContext $context) : void;
74 * @param ColumnContext $context The parse tree.
76 public function exitColumn(Context\ColumnContext $context) : void;
H A DPageSqlBaseListener.php64 public function enterColumn(Context\ColumnContext $context) : void {}
71 public function exitColumn(Context\ColumnContext $context) : void {}
H A DPageSqlParser.php395 public function column() : Context\ColumnContext
397 $localContext = new Context\ColumnContext($this->ctx, $this->getState());
1258 class ColumnContext extends ParserRuleContext class
1589 * @return array<ColumnContext>|ColumnContext|null
1594 return $this->getTypedRuleContexts(ColumnContext::class);
1597 return $this->getTypedRuleContext(ColumnContext::class, $index);