GenerictypeContext
public class PostgreSQLParser.GenerictypeContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
GenerictypeContext
public GenerictypeContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
type_function_name()
public PostgreSQLParser.Type_function_nameContext type_function_name()
Returns: Type_function_nameContext
attrs()
public PostgreSQLParser.AttrsContext attrs()
Returns: AttrsContext
type_modifiers_()
public PostgreSQLParser.Type_modifiers_Context type_modifiers_()
Returns: Type_modifiers_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>