Package com.blazebit.persistence.parser
Class JPQLNextParser.PredicateContext
java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
com.blazebit.persistence.parser.JPQLNextParser.PredicateContext
- 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
- Direct Known Subclasses:
JPQLNextParser.AndPredicateContext,JPQLNextParser.BetweenPredicateContext,JPQLNextParser.EqualityPredicateContext,JPQLNextParser.ExistsSimplePredicateContext,JPQLNextParser.GreaterThanOrEqualPredicateContext,JPQLNextParser.GreaterThanPredicateContext,JPQLNextParser.GroupedPredicateContext,JPQLNextParser.InequalityPredicateContext,JPQLNextParser.InPredicateContext,JPQLNextParser.IsEmptyPredicateContext,JPQLNextParser.IsNullPredicateContext,JPQLNextParser.LessThanOrEqualPredicateContext,JPQLNextParser.LessThanPredicateContext,JPQLNextParser.LikePredicateContext,JPQLNextParser.MemberOfPredicateContext,JPQLNextParser.NegatedPredicateContext,JPQLNextParser.OrPredicateContext,JPQLNextParser.QuantifiedSimpleEqualityPredicateContext,JPQLNextParser.QuantifiedSimpleGreaterThanOrEqualPredicateContext,JPQLNextParser.QuantifiedSimpleGreaterThanPredicateContext,JPQLNextParser.QuantifiedSimpleInequalityPredicateContext,JPQLNextParser.QuantifiedSimpleLessThanOrEqualPredicateContext,JPQLNextParser.QuantifiedSimpleLessThanPredicateContext
- Enclosing class:
- JPQLNextParser
public static class JPQLNextParser.PredicateContext
extends org.antlr.v4.runtime.ParserRuleContext
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PredicateContext()PredicateContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState) -
Method Summary
Modifier and Type Method Description voidcopyFrom(JPQLNextParser.PredicateContext ctx)intgetRuleIndex()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
-
Constructor Details
-
PredicateContext
public PredicateContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState) -
PredicateContext
public PredicateContext()
-
-
Method Details
-
getRuleIndex
public int getRuleIndex()- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
copyFrom
-