Class OpenGaussStatementParser.CExprContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.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:
- OpenGaussStatementParser
public static class OpenGaussStatementParser.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 OpenGaussStatementParser.ParameterMarkerContext parameterMarker()
-
columnref
public OpenGaussStatementParser.ColumnrefContext columnref()
-
aexprConst
public OpenGaussStatementParser.AexprConstContext aexprConst()
-
PARAM
public org.antlr.v4.runtime.tree.TerminalNode PARAM()
-
indirectionEl
public OpenGaussStatementParser.IndirectionElContext indirectionEl()
-
LP_
public org.antlr.v4.runtime.tree.TerminalNode LP_()
-
aExpr
public OpenGaussStatementParser.AExprContext aExpr()
-
RP_
public org.antlr.v4.runtime.tree.TerminalNode RP_()
-
optIndirection
public OpenGaussStatementParser.OptIndirectionContext optIndirection()
-
caseExpr
public OpenGaussStatementParser.CaseExprContext caseExpr()
-
funcExpr
public OpenGaussStatementParser.FuncExprContext funcExpr()
-
selectWithParens
public OpenGaussStatementParser.SelectWithParensContext selectWithParens()
-
indirection
public OpenGaussStatementParser.IndirectionContext indirection()
-
EXISTS
public org.antlr.v4.runtime.tree.TerminalNode EXISTS()
-
ARRAY
public org.antlr.v4.runtime.tree.TerminalNode ARRAY()
-
arrayExpr
public OpenGaussStatementParser.ArrayExprContext arrayExpr()
-
explicitRow
public OpenGaussStatementParser.ExplicitRowContext explicitRow()
-
implicitRow
public OpenGaussStatementParser.ImplicitRowContext implicitRow()
-
GROUPING
public org.antlr.v4.runtime.tree.TerminalNode GROUPING()
-
exprList
public OpenGaussStatementParser.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
-
-