Package org.neo4j
Class GQLParser.NonParenthesizedValueExpressionPrimarySpecialCaseContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.neo4j.GQLParser.NonParenthesizedValueExpressionPrimarySpecialCaseContext
-
- 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:
- GQLParser
public static class GQLParser.NonParenthesizedValueExpressionPrimarySpecialCaseContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description NonParenthesizedValueExpressionPrimarySpecialCaseContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
GQLParser.AggregateFunctionContext
aggregateFunction()
GQLParser.CaseExpressionContext
caseExpression()
GQLParser.CastSpecificationContext
castSpecification()
GQLParser.Element_idFunctionContext
element_idFunction()
int
getRuleIndex()
GQLParser.LetValueExpressionContext
letValueExpression()
GQLParser.PathValueConstructorContext
pathValueConstructor()
org.antlr.v4.runtime.tree.TerminalNode
PERIOD()
GQLParser.PropertyNameContext
propertyName()
GQLParser.UnsignedValueSpecificationContext
unsignedValueSpecification()
GQLParser.ValueExpressionPrimaryContext
valueExpressionPrimary()
GQLParser.ValueQueryExpressionContext
valueQueryExpression()
-
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
-
aggregateFunction
public GQLParser.AggregateFunctionContext aggregateFunction()
-
unsignedValueSpecification
public GQLParser.UnsignedValueSpecificationContext unsignedValueSpecification()
-
pathValueConstructor
public GQLParser.PathValueConstructorContext pathValueConstructor()
-
valueExpressionPrimary
public GQLParser.ValueExpressionPrimaryContext valueExpressionPrimary()
-
PERIOD
public org.antlr.v4.runtime.tree.TerminalNode PERIOD()
-
propertyName
public GQLParser.PropertyNameContext propertyName()
-
valueQueryExpression
public GQLParser.ValueQueryExpressionContext valueQueryExpression()
-
caseExpression
public GQLParser.CaseExpressionContext caseExpression()
-
castSpecification
public GQLParser.CastSpecificationContext castSpecification()
-
element_idFunction
public GQLParser.Element_idFunctionContext element_idFunction()
-
letValueExpression
public GQLParser.LetValueExpressionContext letValueExpression()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndex
in classorg.antlr.v4.runtime.RuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
accept
in interfaceorg.antlr.v4.runtime.tree.ParseTree
- Overrides:
accept
in classorg.antlr.v4.runtime.RuleContext
-
-