Def_argContext
public class PostgreSQLParser.Def_argContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Def_argContext
public Def_argContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
func_type()
public PostgreSQLParser.Func_typeContext func_type()
Returns: Func_typeContext
reserved_keyword()
public PostgreSQLParser.Reserved_keywordContext reserved_keyword()
Returns: Reserved_keywordContext
qual_all_op()
public PostgreSQLParser.Qual_all_opContext qual_all_op()
Returns: Qual_all_opContext
numericonly()
public PostgreSQLParser.NumericonlyContext numericonly()
Returns: NumericonlyContext
sconst()
public PostgreSQLParser.SconstContext sconst()
Returns: SconstContext
NONE()
public ITerminalNode NONE()
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>