Json_argumentContext
public class PostgreSQLParser.Json_argumentContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Json_argumentContext
public Json_argumentContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
json_value_expr()
public PostgreSQLParser.Json_value_exprContext json_value_expr()
Returns: Json_value_exprContext
AS()
public ITerminalNode AS()
Returns: ITerminalNode
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>