Copy_generic_opt_arg_list_itemContext

Classes > Nimblesite.DataProvider.Postgres.Parsing > Copy_generic_opt_arg_list_itemContext
public class PostgreSQLParser.Copy_generic_opt_arg_list_itemContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree

Constructors

Copy_generic_opt_arg_list_itemContext

public Copy_generic_opt_arg_list_itemContext(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

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>