Package org.neo4j
Class GQLParser.NumericValueFunctionContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.neo4j.GQLParser.NumericValueFunctionContext
-
- 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.NumericValueFunctionContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description NumericValueFunctionContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GQLParser.AbsoluteValueExpressionContext
absoluteValueExpression()
<T> T
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
GQLParser.CardinalityExpressionContext
cardinalityExpression()
GQLParser.CeilingFunctionContext
ceilingFunction()
GQLParser.CommonLogarithmContext
commonLogarithm()
GQLParser.ExponentialFunctionContext
exponentialFunction()
GQLParser.FloorFunctionContext
floorFunction()
GQLParser.GeneralLogarithmFunctionContext
generalLogarithmFunction()
int
getRuleIndex()
GQLParser.LengthExpressionContext
lengthExpression()
GQLParser.ModulusExpressionContext
modulusExpression()
GQLParser.NaturalLogarithmContext
naturalLogarithm()
GQLParser.PowerFunctionContext
powerFunction()
GQLParser.SquareRootContext
squareRoot()
GQLParser.TrigonometricFunctionContext
trigonometricFunction()
-
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
-
lengthExpression
public GQLParser.LengthExpressionContext lengthExpression()
-
cardinalityExpression
public GQLParser.CardinalityExpressionContext cardinalityExpression()
-
absoluteValueExpression
public GQLParser.AbsoluteValueExpressionContext absoluteValueExpression()
-
modulusExpression
public GQLParser.ModulusExpressionContext modulusExpression()
-
trigonometricFunction
public GQLParser.TrigonometricFunctionContext trigonometricFunction()
-
generalLogarithmFunction
public GQLParser.GeneralLogarithmFunctionContext generalLogarithmFunction()
-
commonLogarithm
public GQLParser.CommonLogarithmContext commonLogarithm()
-
naturalLogarithm
public GQLParser.NaturalLogarithmContext naturalLogarithm()
-
exponentialFunction
public GQLParser.ExponentialFunctionContext exponentialFunction()
-
powerFunction
public GQLParser.PowerFunctionContext powerFunction()
-
squareRoot
public GQLParser.SquareRootContext squareRoot()
-
floorFunction
public GQLParser.FloorFunctionContext floorFunction()
-
ceilingFunction
public GQLParser.CeilingFunctionContext ceilingFunction()
-
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
-
-