Uses of Class
org.apache.sling.scripting.sightly.compiler.expression.nodes.NumericConstant
Package
Description
The
org.apache.sling.scripting.sightly.compiler.expression
package defines the API for
Expression
processing.The
org.apache.sling.scripting.sightly.compiler.expression.nodes
package exposes the various
ExpressionNode
types.-
Uses of NumericConstant in org.apache.sling.scripting.sightly.compiler.expression
Modifier and TypeMethodDescriptionNodeVisitor.evaluate
(NumericConstant numericConstant) Evaluate aNumericConstant
node.SideEffectVisitor.evaluate
(NumericConstant numericConstant) abstract void
SideEffectVisitor.visit
(NumericConstant numericConstant) -
Uses of NumericConstant in org.apache.sling.scripting.sightly.compiler.expression.nodes
Modifier and TypeFieldDescriptionstatic final NumericConstant
NumericConstant.ONE
static final NumericConstant
NumericConstant.TWO
static final NumericConstant
NumericConstant.ZERO
-
Uses of NumericConstant in org.apache.sling.scripting.sightly.impl.compiler.optimization
-
Uses of NumericConstant in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce
-
Uses of NumericConstant in org.apache.sling.scripting.sightly.impl.compiler.util.expression