A_expr_qual_opContext
public class PostgreSQLParser.A_expr_qual_opContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
A_expr_qual_opContext
public A_expr_qual_opContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
a_expr_unary_qualop()
public PostgreSQLParser.A_expr_unary_qualopContext[] a_expr_unary_qualop()
Returns: A_expr_unary_qualopContext[]
a_expr_unary_qualop(int)
public PostgreSQLParser.A_expr_unary_qualopContext a_expr_unary_qualop(int i)
Parameters:
| Name | Type | Description |
|---|---|---|
i |
Int32 |
Returns: A_expr_unary_qualopContext
qual_op()
public PostgreSQLParser.Qual_opContext[] qual_op()
Returns: Qual_opContext[]
qual_op(int)
public PostgreSQLParser.Qual_opContext qual_op(int i)
Parameters:
| Name | Type | Description |
|---|---|---|
i |
Int32 |
Returns: Qual_opContext
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>