Class OracleStatementParser.JsonCondContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.JsonCondContext
-
- 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:
- OracleStatementParser
public static class OracleStatementParser.JsonCondContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description JsonCondContext(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
-
jsonNegation
public OracleStatementParser.JsonNegationContext jsonNegation()
-
LP_
public org.antlr.v4.runtime.tree.TerminalNode LP_()
-
jsonCond
public List<OracleStatementParser.JsonCondContext> jsonCond()
-
jsonCond
public OracleStatementParser.JsonCondContext jsonCond(int i)
-
RP_
public org.antlr.v4.runtime.tree.TerminalNode RP_()
-
jsonComparison
public OracleStatementParser.JsonComparisonContext jsonComparison()
-
jsonExistsCond
public OracleStatementParser.JsonExistsCondContext jsonExistsCond()
-
jsonInCond
public OracleStatementParser.JsonInCondContext jsonInCond()
-
jsonLikeCond
public OracleStatementParser.JsonLikeCondContext jsonLikeCond()
-
jsonLikeRegexCond
public OracleStatementParser.JsonLikeRegexCondContext jsonLikeRegexCond()
-
jsonEqRegexCond
public OracleStatementParser.JsonEqRegexCondContext jsonEqRegexCond()
-
jsonHasSubstringCond
public OracleStatementParser.JsonHasSubstringCondContext jsonHasSubstringCond()
-
jsonStartsWithCond
public OracleStatementParser.JsonStartsWithCondContext jsonStartsWithCond()
-
OR_
public org.antlr.v4.runtime.tree.TerminalNode OR_()
-
AND_
public org.antlr.v4.runtime.tree.TerminalNode AND_()
-
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
-
-