Simple_select_stmtContext
public class SQLiteParser.Simple_select_stmtContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Simple_select_stmtContext
public Simple_select_stmtContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
select_core()
public SQLiteParser.Select_coreContext select_core()
Returns: Select_coreContext
common_table_stmt()
public SQLiteParser.Common_table_stmtContext common_table_stmt()
Returns: Common_table_stmtContext
order_by_stmt()
public SQLiteParser.Order_by_stmtContext order_by_stmt()
Returns: Order_by_stmtContext
limit_stmt()
public SQLiteParser.Limit_stmtContext limit_stmt()
Returns: Limit_stmtContext
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>