Lines Matching refs:index

1273 	    public function sqlNames(?int $index = null)
1275 if ($index === null) {
1279 return $this->getTypedRuleContext(SqlNamesContext::class, $index);
1399 public function expression(?int $index = null)
1401 if ($index === null) {
1405 return $this->getTypedRuleContext(ExpressionContext::class, $index);
1411 public function COMMA(?int $index = null)
1413 if ($index === null) {
1417 return $this->getToken(PageSqlParser::COMMA, $index);
1455 public function expression(?int $index = null)
1457 if ($index === null) {
1461 return $this->getTypedRuleContext(ExpressionContext::class, $index);
1552 public function COMMA(?int $index = null)
1554 if ($index === null) {
1558 return $this->getToken(PageSqlParser::COMMA, $index);
1591 public function column(?int $index = null)
1593 if ($index === null) {
1597 return $this->getTypedRuleContext(ColumnContext::class, $index);
1603 public function COMMA(?int $index = null)
1605 if ($index === null) {
1609 return $this->getToken(PageSqlParser::COMMA, $index);
1647 public function predicate(?int $index = null)
1649 if ($index === null) {
1653 return $this->getTypedRuleContext(PredicateContext::class, $index);
1664 public function AND(?int $index = null)
1666 if ($index === null) {
1670 return $this->getToken(PageSqlParser::AND, $index);
1676 public function OR(?int $index = null)
1678 if ($index === null) {
1682 return $this->getToken(PageSqlParser::OR, $index);
1720 public function predicate(?int $index = null)
1722 if ($index === null) {
1726 return $this->getTypedRuleContext(PredicateContext::class, $index);
1732 public function predicateGroup(?int $index = null)
1734 if ($index === null) {
1738 return $this->getTypedRuleContext(PredicateGroupContext::class, $index);
1744 public function AND(?int $index = null)
1746 if ($index === null) {
1750 return $this->getToken(PageSqlParser::AND, $index);
1756 public function OR(?int $index = null)
1758 if ($index === null) {
1762 return $this->getToken(PageSqlParser::OR, $index);
1884 public function orderByDef(?int $index = null)
1886 if ($index === null) {
1890 return $this->getTypedRuleContext(OrderByDefContext::class, $index);
1896 public function COMMA(?int $index = null)
1898 if ($index === null) {
1902 return $this->getToken(PageSqlParser::COMMA, $index);