Reloption_elemContext
public class PostgreSQLParser.Reloption_elemContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Reloption_elemContext
public Reloption_elemContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
colLabel()
public PostgreSQLParser.ColLabelContext[] colLabel()
Returns: ColLabelContext[]
colLabel(int)
public PostgreSQLParser.ColLabelContext colLabel(int i)
Parameters:
| Name | Type | Description |
|---|---|---|
i |
Int32 |
Returns: ColLabelContext
EQUAL()
public ITerminalNode EQUAL()
Returns: ITerminalNode
def_arg()
public PostgreSQLParser.Def_argContext def_arg()
Returns: Def_argContext
DOT()
public ITerminalNode DOT()
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>