Xmlexists_argumentContext
public class PostgreSQLParser.Xmlexists_argumentContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Xmlexists_argumentContext
public Xmlexists_argumentContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
PASSING()
public ITerminalNode PASSING()
Returns: ITerminalNode
c_expr()
public PostgreSQLParser.C_exprContext c_expr()
Returns: C_exprContext
xml_passing_mech()
public PostgreSQLParser.Xml_passing_mechContext[] xml_passing_mech()
Returns: Xml_passing_mechContext[]
xml_passing_mech(int)
public PostgreSQLParser.Xml_passing_mechContext xml_passing_mech(int i)
Parameters:
| Name | Type | Description |
|---|---|---|
i |
Int32 |
Returns: Xml_passing_mechContext
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>