Createdb_opt_itemsContext

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

Constructors

Createdb_opt_itemsContext

public Createdb_opt_itemsContext(ParserRuleContext parent, int invokingState)
Parameter Type Description
parent ParserRuleContext
invokingState Int32

Properties

RuleIndex

public override int RuleIndex { get; }

Methods

createdb_opt_item()

public PostgreSQLParser.Createdb_opt_itemContext[] createdb_opt_item()

Returns: Createdb_opt_itemContext[]

createdb_opt_item(int)

public PostgreSQLParser.Createdb_opt_itemContext createdb_opt_item(int i)

Parameters:

Name Type Description
i Int32

Returns: Createdb_opt_itemContext

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>