Opclass_itemContext
public class PostgreSQLParser.Opclass_itemContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Opclass_itemContext
public Opclass_itemContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
OPERATOR()
public ITerminalNode OPERATOR()
Returns: ITerminalNode
iconst()
public PostgreSQLParser.IconstContext iconst()
Returns: IconstContext
any_operator()
public PostgreSQLParser.Any_operatorContext any_operator()
Returns: Any_operatorContext
opclass_purpose()
public PostgreSQLParser.Opclass_purposeContext opclass_purpose()
Returns: Opclass_purposeContext
recheck_()
public PostgreSQLParser.Recheck_Context recheck_()
Returns: Recheck_Context
operator_with_argtypes()
public PostgreSQLParser.Operator_with_argtypesContext operator_with_argtypes()
Returns: Operator_with_argtypesContext
FUNCTION()
public ITerminalNode FUNCTION()
Returns: ITerminalNode
function_with_argtypes()
public PostgreSQLParser.Function_with_argtypesContext function_with_argtypes()
Returns: Function_with_argtypesContext
OPEN_PAREN()
public ITerminalNode OPEN_PAREN()
Returns: ITerminalNode
type_list()
public PostgreSQLParser.Type_listContext type_list()
Returns: Type_listContext
CLOSE_PAREN()
public ITerminalNode CLOSE_PAREN()
Returns: ITerminalNode
STORAGE()
public ITerminalNode STORAGE()
Returns: ITerminalNode
typename()
public PostgreSQLParser.TypenameContext typename()
Returns: TypenameContext
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>