Any_operatorContext
public class PostgreSQLParser.Any_operatorContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Any_operatorContext
public Any_operatorContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
all_op()
public PostgreSQLParser.All_opContext all_op()
Returns: All_opContext
colid()
public PostgreSQLParser.ColidContext[] colid()
Returns: ColidContext[]
colid(int)
public PostgreSQLParser.ColidContext colid(int i)
Parameters:
| Name | Type | Description |
|---|---|---|
i |
Int32 |
Returns: ColidContext
DOT()
public ITerminalNode[] DOT()
Returns: ITerminalNode[]
DOT(int)
public ITerminalNode DOT(int i)
Parameters:
| Name | Type | Description |
|---|---|---|
i |
Int32 |
Returns: ITerminalNode
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>