Uses of Class
org.apache.sling.scripting.sightly.compiler.expression.nodes.NumericConstant
-
Packages that use NumericConstant Package Description org.apache.sling.scripting.sightly.compiler.expression Theorg.apache.sling.scripting.sightly.compiler.expression
package defines the API forExpression
processing.org.apache.sling.scripting.sightly.compiler.expression.nodes Theorg.apache.sling.scripting.sightly.compiler.expression.nodes
package exposes the variousExpressionNode
types.org.apache.sling.scripting.sightly.impl.compiler.optimization org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce org.apache.sling.scripting.sightly.impl.compiler.util.expression -
-
Uses of NumericConstant in org.apache.sling.scripting.sightly.compiler.expression
Methods in org.apache.sling.scripting.sightly.compiler.expression with parameters of type NumericConstant Modifier and Type Method Description T
NodeVisitor. evaluate(NumericConstant numericConstant)
Evaluate aNumericConstant
node.Object
SideEffectVisitor. evaluate(NumericConstant numericConstant)
abstract void
SideEffectVisitor. visit(NumericConstant numericConstant)
-
Uses of NumericConstant in org.apache.sling.scripting.sightly.compiler.expression.nodes
Fields in org.apache.sling.scripting.sightly.compiler.expression.nodes declared as NumericConstant Modifier and Type Field Description static NumericConstant
NumericConstant. ONE
static NumericConstant
NumericConstant. TWO
static NumericConstant
NumericConstant. ZERO
-
Uses of NumericConstant in org.apache.sling.scripting.sightly.impl.compiler.optimization
Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization with parameters of type NumericConstant Modifier and Type Method Description void
VariableFinder. visit(NumericConstant numericConstant)
-
Uses of NumericConstant in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce
Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce with parameters of type NumericConstant Modifier and Type Method Description EvalResult
ExpressionReducer. evaluate(NumericConstant numericConstant)
-
Uses of NumericConstant in org.apache.sling.scripting.sightly.impl.compiler.util.expression
Methods in org.apache.sling.scripting.sightly.impl.compiler.util.expression with parameters of type NumericConstant Modifier and Type Method Description ExpressionNode
NodeTransformer. evaluate(NumericConstant numericConstant)
-