For_locking_itemContext
public class PostgreSQLParser.For_locking_itemContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
For_locking_itemContext
public For_locking_itemContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
for_locking_strength()
public PostgreSQLParser.For_locking_strengthContext for_locking_strength()
Returns: For_locking_strengthContext
locked_rels_list()
public PostgreSQLParser.Locked_rels_listContext locked_rels_list()
Returns: Locked_rels_listContext
nowait_or_skip_()
public PostgreSQLParser.Nowait_or_skip_Context nowait_or_skip_()
Returns: Nowait_or_skip_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>