Class HqlHumanParser.ComplexExprContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.hansken.plugin.extraction.hql_lite.lang.parsers.hqlhuman.HqlHumanParser.ComplexExprContext
-
- 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:
- HqlHumanParser
public static class HqlHumanParser.ComplexExprContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description ComplexExprContext(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
-
complexExpr
public List<HqlHumanParser.ComplexExprContext> complexExpr()
-
complexExpr
public HqlHumanParser.ComplexExprContext complexExpr(int i)
-
not
public HqlHumanParser.NotContext not()
-
termExpr
public HqlHumanParser.TermExprContext termExpr()
-
phraseExpr
public HqlHumanParser.PhraseExprContext phraseExpr()
-
regexExpr
public HqlHumanParser.RegexExprContext regexExpr()
-
rangeExpr
public HqlHumanParser.RangeExprContext rangeExpr()
-
hasTraceExpr
public HqlHumanParser.HasTraceExprContext hasTraceExpr()
-
hasTraceletExpr
public HqlHumanParser.HasTraceletExprContext hasTraceletExpr()
-
nestedExpr
public HqlHumanParser.NestedExprContext nestedExpr()
-
dataTypeExpr
public HqlHumanParser.DataTypeExprContext dataTypeExpr()
-
typeExpr
public HqlHumanParser.TypeExprContext typeExpr()
-
and
public HqlHumanParser.AndContext and()
-
or
public HqlHumanParser.OrContext or()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
-