Class PostgreSQLStatementParser.CExprContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.CExprContext
-
- 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.CExprContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description CExprContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
-
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
-
parameterMarker
public PostgreSQLStatementParser.ParameterMarkerContext parameterMarker()
-
columnref
public PostgreSQLStatementParser.ColumnrefContext columnref()
-
aexprConst
public PostgreSQLStatementParser.AexprConstContext aexprConst()
-
PARAM
public org.antlr.v4.runtime.tree.TerminalNode PARAM()
-
indirectionEl
public PostgreSQLStatementParser.IndirectionElContext indirectionEl()
-
LP_
public org.antlr.v4.runtime.tree.TerminalNode LP_()
-
aExpr
public PostgreSQLStatementParser.AExprContext aExpr()
-
RP_
public org.antlr.v4.runtime.tree.TerminalNode RP_()
-
optIndirection
public PostgreSQLStatementParser.OptIndirectionContext optIndirection()
-
caseExpr
public PostgreSQLStatementParser.CaseExprContext caseExpr()
-
funcExpr
public PostgreSQLStatementParser.FuncExprContext funcExpr()
-
selectWithParens
public PostgreSQLStatementParser.SelectWithParensContext selectWithParens()
-
indirection
public PostgreSQLStatementParser.IndirectionContext indirection()
-
EXISTS
public org.antlr.v4.runtime.tree.TerminalNode EXISTS()
-
ARRAY
public org.antlr.v4.runtime.tree.TerminalNode ARRAY()
-
arrayExpr
public PostgreSQLStatementParser.ArrayExprContext arrayExpr()
-
explicitRow
public PostgreSQLStatementParser.ExplicitRowContext explicitRow()
-
implicitRow
public PostgreSQLStatementParser.ImplicitRowContext implicitRow()
-
GROUPING
public org.antlr.v4.runtime.tree.TerminalNode GROUPING()
-
exprList
public PostgreSQLStatementParser.ExprListContext exprList()
-
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
-
-