Class PostgreSQLStatementParser.OpclassItemContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.OpclassItemContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree,org.antlr.v4.runtime.tree.RuleNode,org.antlr.v4.runtime.tree.SyntaxTree,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- PostgreSQLStatementParser
public static class PostgreSQLStatementParser.OpclassItemContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description OpclassItemContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)PostgreSQLStatementParser.AnyOperatorContextanyOperator()org.antlr.v4.runtime.tree.TerminalNodeFUNCTION()PostgreSQLStatementParser.FunctionWithArgtypesContextfunctionWithArgtypes()intgetRuleIndex()org.antlr.v4.runtime.tree.TerminalNodeLP_()org.antlr.v4.runtime.tree.TerminalNodeNUMBER_()PostgreSQLStatementParser.OpclassPurposeContextopclassPurpose()org.antlr.v4.runtime.tree.TerminalNodeOPERATOR()PostgreSQLStatementParser.OperatorWithArgtypesContextoperatorWithArgtypes()org.antlr.v4.runtime.tree.TerminalNodeRECHECK()org.antlr.v4.runtime.tree.TerminalNodeRP_()org.antlr.v4.runtime.tree.TerminalNodeSTORAGE()PostgreSQLStatementParser.TypeListContexttypeList()PostgreSQLStatementParser.TypeNameContexttypeName()-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
OPERATOR
public org.antlr.v4.runtime.tree.TerminalNode OPERATOR()
-
NUMBER_
public org.antlr.v4.runtime.tree.TerminalNode NUMBER_()
-
anyOperator
public PostgreSQLStatementParser.AnyOperatorContext anyOperator()
-
opclassPurpose
public PostgreSQLStatementParser.OpclassPurposeContext opclassPurpose()
-
RECHECK
public org.antlr.v4.runtime.tree.TerminalNode RECHECK()
-
operatorWithArgtypes
public PostgreSQLStatementParser.OperatorWithArgtypesContext operatorWithArgtypes()
-
FUNCTION
public org.antlr.v4.runtime.tree.TerminalNode FUNCTION()
-
functionWithArgtypes
public PostgreSQLStatementParser.FunctionWithArgtypesContext functionWithArgtypes()
-
LP_
public org.antlr.v4.runtime.tree.TerminalNode LP_()
-
typeList
public PostgreSQLStatementParser.TypeListContext typeList()
-
RP_
public org.antlr.v4.runtime.tree.TerminalNode RP_()
-
STORAGE
public org.antlr.v4.runtime.tree.TerminalNode STORAGE()
-
typeName
public PostgreSQLStatementParser.TypeNameContext typeName()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-