Window_specificationContext
public class PostgreSQLParser.Window_specificationContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Window_specificationContext
public Window_specificationContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
OPEN_PAREN()
public ITerminalNode OPEN_PAREN()
Returns: ITerminalNode
CLOSE_PAREN()
public ITerminalNode CLOSE_PAREN()
Returns: ITerminalNode
existing_window_name_()
public PostgreSQLParser.Existing_window_name_Context existing_window_name_()
Returns: Existing_window_name_Context
partition_clause_()
public PostgreSQLParser.Partition_clause_Context partition_clause_()
Returns: Partition_clause_Context
sort_clause_()
public PostgreSQLParser.Sort_clause_Context sort_clause_()
Returns: Sort_clause_Context
frame_clause_()
public PostgreSQLParser.Frame_clause_Context frame_clause_()
Returns: Frame_clause_Context
EnterRule(IParseTreeListener)
public override void EnterRule(IParseTreeListener listener)
Parameters:
| Name | Type | Description |
|---|---|---|
listener |
IParseTreeListener |
ExitRule(IParseTreeListener)
public override void ExitRule(IParseTreeListener listener)
Parameters:
| Name | Type | Description |
|---|---|---|
listener |
IParseTreeListener |
Accept<TResult>(IParseTreeVisitor<TResult>)
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
The `` needs a double dispatch method.
Parameters:
| Name | Type | Description |
|---|---|---|
visitor |
IParseTreeVisitor<<TResult>> |
Returns: <TResult>