Class PostgreSQLStatementParser.AexprConstContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.AexprConstContext
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree, org.antlr.v4.runtime.tree.RuleNode, org.antlr.v4.runtime.tree.SyntaxTree, org.antlr.v4.runtime.tree.Tree
Enclosing class:
PostgreSQLStatementParser

public static class PostgreSQLStatementParser.AexprConstContext extends org.antlr.v4.runtime.ParserRuleContext
  • Constructor Details

    • AexprConstContext

      public AexprConstContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
  • Method Details

    • numberConst

    • STRING_

      public org.antlr.v4.runtime.tree.TerminalNode STRING_()
    • BEGIN_DOLLAR_STRING_CONSTANT

      public org.antlr.v4.runtime.tree.TerminalNode BEGIN_DOLLAR_STRING_CONSTANT()
    • END_DOLLAR_STRING_CONSTANT

      public org.antlr.v4.runtime.tree.TerminalNode END_DOLLAR_STRING_CONSTANT()
    • DOLLAR_TEXT

      public List<org.antlr.v4.runtime.tree.TerminalNode> DOLLAR_TEXT()
    • DOLLAR_TEXT

      public org.antlr.v4.runtime.tree.TerminalNode DOLLAR_TEXT(int i)
    • funcName

    • LP_

      public org.antlr.v4.runtime.tree.TerminalNode LP_()
    • funcArgList

    • RP_

      public org.antlr.v4.runtime.tree.TerminalNode RP_()
    • sortClause

    • constTypeName

    • TRUE

      public org.antlr.v4.runtime.tree.TerminalNode TRUE()
    • FALSE

      public org.antlr.v4.runtime.tree.TerminalNode FALSE()
    • NULL

      public org.antlr.v4.runtime.tree.TerminalNode NULL()
    • getRuleIndex

      public int getRuleIndex()
      Overrides:
      getRuleIndex in class org.antlr.v4.runtime.RuleContext
    • accept

      public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
      Specified by:
      accept in interface org.antlr.v4.runtime.tree.ParseTree
      Overrides:
      accept in class org.antlr.v4.runtime.RuleContext