RemoveoperstmtContext
public class PostgreSQLParser.RemoveoperstmtContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
RemoveoperstmtContext
public RemoveoperstmtContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
DROP()
public ITerminalNode DROP()
Returns: ITerminalNode
OPERATOR()
public ITerminalNode OPERATOR()
Returns: ITerminalNode
operator_with_argtypes_list()
public PostgreSQLParser.Operator_with_argtypes_listContext operator_with_argtypes_list()
Returns: Operator_with_argtypes_listContext
drop_behavior_()
public PostgreSQLParser.Drop_behavior_Context drop_behavior_()
Returns: Drop_behavior_Context
IF_P()
public ITerminalNode IF_P()
Returns: ITerminalNode
EXISTS()
public ITerminalNode EXISTS()
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>