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