AlterrolestmtContext
public class PostgreSQLParser.AlterrolestmtContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
AlterrolestmtContext
public AlterrolestmtContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
ALTER()
public ITerminalNode ALTER()
Returns: ITerminalNode
rolespec()
public PostgreSQLParser.RolespecContext rolespec()
Returns: RolespecContext
alteroptrolelist()
public PostgreSQLParser.AlteroptrolelistContext alteroptrolelist()
Returns: AlteroptrolelistContext
ROLE()
public ITerminalNode ROLE()
Returns: ITerminalNode
USER()
public ITerminalNode USER()
Returns: ITerminalNode
with_()
public PostgreSQLParser.With_Context with_()
Returns: With_Context
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>