Function_with_argtypesContext

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

Constructors

Function_with_argtypesContext

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

Properties

RuleIndex

public override int RuleIndex { get; }

Methods

func_name()

public PostgreSQLParser.Func_nameContext func_name()

Returns: Func_nameContext

func_args()

public PostgreSQLParser.Func_argsContext func_args()

Returns: Func_argsContext

type_func_name_keyword()

public PostgreSQLParser.Type_func_name_keywordContext type_func_name_keyword()

Returns: Type_func_name_keywordContext

colid()

public PostgreSQLParser.ColidContext colid()

Returns: ColidContext

indirection()

public PostgreSQLParser.IndirectionContext indirection()

Returns: IndirectionContext

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>