SimpletypenameContext
public class PostgreSQLParser.SimpletypenameContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
SimpletypenameContext
public SimpletypenameContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
generictype()
public PostgreSQLParser.GenerictypeContext generictype()
Returns: GenerictypeContext
numeric()
public PostgreSQLParser.NumericContext numeric()
Returns: NumericContext
bit()
public PostgreSQLParser.BitContext bit()
Returns: BitContext
character()
public PostgreSQLParser.CharacterContext character()
Returns: CharacterContext
constdatetime()
public PostgreSQLParser.ConstdatetimeContext constdatetime()
Returns: ConstdatetimeContext
constinterval()
public PostgreSQLParser.ConstintervalContext constinterval()
Returns: ConstintervalContext
OPEN_PAREN()
public ITerminalNode OPEN_PAREN()
Returns: ITerminalNode
iconst()
public PostgreSQLParser.IconstContext iconst()
Returns: IconstContext
CLOSE_PAREN()
public ITerminalNode CLOSE_PAREN()
Returns: ITerminalNode
interval_()
public PostgreSQLParser.Interval_Context interval_()
Returns: Interval_Context
jsonType()
public PostgreSQLParser.JsonTypeContext jsonType()
Returns: JsonTypeContext
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>