Class PostgreSQLParser.Window_specificationContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
net.hironico.minisql.parser.postgresql.PostgreSQLParser.Window_specificationContext
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:
PostgreSQLParser

public static class PostgreSQLParser.Window_specificationContext extends org.antlr.v4.runtime.ParserRuleContext
  • Constructor Details

    • Window_specificationContext

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

    • OPEN_PAREN

      public org.antlr.v4.runtime.tree.TerminalNode OPEN_PAREN()
    • opt_existing_window_name

      public PostgreSQLParser.Opt_existing_window_nameContext opt_existing_window_name()
    • opt_partition_clause

      public PostgreSQLParser.Opt_partition_clauseContext opt_partition_clause()
    • opt_sort_clause

      public PostgreSQLParser.Opt_sort_clauseContext opt_sort_clause()
    • opt_frame_clause

      public PostgreSQLParser.Opt_frame_clauseContext opt_frame_clause()
    • CLOSE_PAREN

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

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

      public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
      Overrides:
      enterRule in class org.antlr.v4.runtime.ParserRuleContext
    • exitRule

      public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
      Overrides:
      exitRule in class org.antlr.v4.runtime.ParserRuleContext