Package org.neo4j
Class CypherParser.OC_AtomContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.neo4j.CypherParser.OC_AtomContext
-
- 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:
- CypherParser
public static class CypherParser.OC_AtomContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description OC_AtomContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)org.antlr.v4.runtime.tree.TerminalNodeCOUNT()intgetRuleIndex()CypherParser.OC_CaseExpressionContextoC_CaseExpression()CypherParser.OC_ExistentialSubqueryContextoC_ExistentialSubquery()CypherParser.OC_FunctionInvocationContextoC_FunctionInvocation()CypherParser.OC_ListComprehensionContextoC_ListComprehension()CypherParser.OC_LiteralContextoC_Literal()CypherParser.OC_ParameterContextoC_Parameter()CypherParser.OC_ParenthesizedExpressionContextoC_ParenthesizedExpression()CypherParser.OC_PatternComprehensionContextoC_PatternComprehension()CypherParser.OC_PatternPredicateContextoC_PatternPredicate()CypherParser.OC_QuantifierContextoC_Quantifier()CypherParser.OC_VariableContextoC_Variable()java.util.List<org.antlr.v4.runtime.tree.TerminalNode>SP()org.antlr.v4.runtime.tree.TerminalNodeSP(int i)-
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
-
oC_Literal
public CypherParser.OC_LiteralContext oC_Literal()
-
oC_Parameter
public CypherParser.OC_ParameterContext oC_Parameter()
-
oC_CaseExpression
public CypherParser.OC_CaseExpressionContext oC_CaseExpression()
-
COUNT
public org.antlr.v4.runtime.tree.TerminalNode COUNT()
-
SP
public java.util.List<org.antlr.v4.runtime.tree.TerminalNode> SP()
-
SP
public org.antlr.v4.runtime.tree.TerminalNode SP(int i)
-
oC_ListComprehension
public CypherParser.OC_ListComprehensionContext oC_ListComprehension()
-
oC_PatternComprehension
public CypherParser.OC_PatternComprehensionContext oC_PatternComprehension()
-
oC_Quantifier
public CypherParser.OC_QuantifierContext oC_Quantifier()
-
oC_PatternPredicate
public CypherParser.OC_PatternPredicateContext oC_PatternPredicate()
-
oC_ParenthesizedExpression
public CypherParser.OC_ParenthesizedExpressionContext oC_ParenthesizedExpression()
-
oC_FunctionInvocation
public CypherParser.OC_FunctionInvocationContext oC_FunctionInvocation()
-
oC_ExistentialSubquery
public CypherParser.OC_ExistentialSubqueryContext oC_ExistentialSubquery()
-
oC_Variable
public CypherParser.OC_VariableContext oC_Variable()
-
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
-
-