Createdb_opt_itemContext
public class PostgreSQLParser.Createdb_opt_itemContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Createdb_opt_itemContext
public Createdb_opt_itemContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
createdb_opt_name()
public PostgreSQLParser.Createdb_opt_nameContext createdb_opt_name()
Returns: Createdb_opt_nameContext
signediconst()
public PostgreSQLParser.SignediconstContext signediconst()
Returns: SignediconstContext
boolean_or_string_()
public PostgreSQLParser.Boolean_or_string_Context boolean_or_string_()
Returns: Boolean_or_string_Context
DEFAULT()
public ITerminalNode DEFAULT()
Returns: ITerminalNode
equal_()
public PostgreSQLParser.Equal_Context equal_()
Returns: Equal_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>