Boolean_or_string_Context
public class PostgreSQLParser.Boolean_or_string_Context : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Boolean_or_string_Context
public Boolean_or_string_Context(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
TRUE_P()
public ITerminalNode TRUE_P()
Returns: ITerminalNode
FALSE_P()
public ITerminalNode FALSE_P()
Returns: ITerminalNode
ON()
public ITerminalNode ON()
Returns: ITerminalNode
nonreservedword_or_sconst()
public PostgreSQLParser.Nonreservedword_or_sconstContext nonreservedword_or_sconst()
Returns: Nonreservedword_or_sconstContext
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>