Json_behaviorContext
public class PostgreSQLParser.Json_behaviorContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Json_behaviorContext
public Json_behaviorContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
DEFAULT()
public ITerminalNode DEFAULT()
Returns: ITerminalNode
a_expr()
public PostgreSQLParser.A_exprContext a_expr()
Returns: A_exprContext
json_behavior_type()
public PostgreSQLParser.Json_behavior_typeContext json_behavior_type()
Returns: Json_behavior_typeContext
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>