Package one.gfw.antlr4.sql.postgresql
Class PostgreSQLParser.Simple_selectContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- one.gfw.antlr4.sql.postgresql.PostgreSQLParser.Simple_selectContext
-
- 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.Simple_selectContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description Simple_selectContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
SELECT
public org.antlr.v4.runtime.tree.TerminalNode SELECT()
-
into_clause
public List<PostgreSQLParser.Into_clauseContext> into_clause()
-
into_clause
public PostgreSQLParser.Into_clauseContext into_clause(int i)
-
from_clause
public PostgreSQLParser.From_clauseContext from_clause()
-
where_clause
public PostgreSQLParser.Where_clauseContext where_clause()
-
group_clause
public PostgreSQLParser.Group_clauseContext group_clause()
-
having_clause
public PostgreSQLParser.Having_clauseContext having_clause()
-
window_clause
public PostgreSQLParser.Window_clauseContext window_clause()
-
values_clause
public PostgreSQLParser.Values_clauseContext values_clause()
-
TABLE
public org.antlr.v4.runtime.tree.TerminalNode TABLE()
-
relation_expr
public PostgreSQLParser.Relation_exprContext relation_expr()
-
select_with_parens
public List<PostgreSQLParser.Select_with_parensContext> select_with_parens()
-
select_with_parens
public PostgreSQLParser.Select_with_parensContext select_with_parens(int i)
-
set_operator_with_all_or_distinct
public List<PostgreSQLParser.Set_operator_with_all_or_distinctContext> set_operator_with_all_or_distinct()
-
set_operator_with_all_or_distinct
public PostgreSQLParser.Set_operator_with_all_or_distinctContext set_operator_with_all_or_distinct(int i)
-
opt_all_clause
public PostgreSQLParser.Opt_all_clauseContext opt_all_clause()
-
opt_target_list
public PostgreSQLParser.Opt_target_listContext opt_target_list()
-
distinct_clause
public PostgreSQLParser.Distinct_clauseContext distinct_clause()
-
target_list
public PostgreSQLParser.Target_listContext target_list()
-
simple_select
public List<PostgreSQLParser.Simple_selectContext> simple_select()
-
simple_select
public PostgreSQLParser.Simple_selectContext simple_select(int i)
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRulein classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRulein classorg.antlr.v4.runtime.ParserRuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-