Copy_generic_opt_argContext
public class PostgreSQLParser.Copy_generic_opt_argContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Copy_generic_opt_argContext
public Copy_generic_opt_argContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
boolean_or_string_()
public PostgreSQLParser.Boolean_or_string_Context boolean_or_string_()
Returns: Boolean_or_string_Context
numericonly()
public PostgreSQLParser.NumericonlyContext numericonly()
Returns: NumericonlyContext
STAR()
public ITerminalNode STAR()
Returns: ITerminalNode
OPEN_PAREN()
public ITerminalNode OPEN_PAREN()
Returns: ITerminalNode
copy_generic_opt_arg_list()
public PostgreSQLParser.Copy_generic_opt_arg_listContext copy_generic_opt_arg_list()
Returns: Copy_generic_opt_arg_listContext
CLOSE_PAREN()
public ITerminalNode CLOSE_PAREN()
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>