Aggregate_function_invocationContext
public class SQLiteParser.Aggregate_function_invocationContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Aggregate_function_invocationContext
public Aggregate_function_invocationContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
aggregate_func()
public SQLiteParser.Aggregate_funcContext aggregate_func()
Returns: Aggregate_funcContext
OPEN_PAR()
public ITerminalNode OPEN_PAR()
Returns: ITerminalNode
CLOSE_PAR()
public ITerminalNode CLOSE_PAR()
Returns: ITerminalNode
expr()
public SQLiteParser.ExprContext[] expr()
Returns: ExprContext[]
expr(int)
public SQLiteParser.ExprContext expr(int i)
Parameters:
| Name | Type | Description |
|---|---|---|
i |
Int32 |
Returns: ExprContext
STAR()
public ITerminalNode STAR()
Returns: ITerminalNode
filter_clause()
public SQLiteParser.Filter_clauseContext filter_clause()
Returns: Filter_clauseContext
DISTINCT_()
public ITerminalNode DISTINCT_()
Returns: ITerminalNode
COMMA()
public ITerminalNode[] COMMA()
Returns: ITerminalNode[]
COMMA(int)
public ITerminalNode COMMA(int i)
Parameters:
| Name | Type | Description |
|---|---|---|
i |
Int32 |
Returns: ITerminalNode
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>