TriggerfuncargContext
public class PostgreSQLParser.TriggerfuncargContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
TriggerfuncargContext
public TriggerfuncargContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
iconst()
public PostgreSQLParser.IconstContext iconst()
Returns: IconstContext
fconst()
public PostgreSQLParser.FconstContext fconst()
Returns: FconstContext
sconst()
public PostgreSQLParser.SconstContext sconst()
Returns: SconstContext
colLabel()
public PostgreSQLParser.ColLabelContext colLabel()
Returns: ColLabelContext
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>