Vac_analyze_option_argContext

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

Constructors

Vac_analyze_option_argContext

public Vac_analyze_option_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

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>