Uses of Class
org.apache.sling.scripting.sightly.compiler.expression.nodes.NumericConstant
Packages that use 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
Methods in org.apache.sling.scripting.sightly.compiler.expression with parameters of type NumericConstantModifier and TypeMethodDescriptionNodeVisitor.evaluate(NumericConstant numericConstant) Evaluate aNumericConstantnode.SideEffectVisitor.evaluate(NumericConstant numericConstant) abstract voidSideEffectVisitor.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 NumericConstantModifier and TypeFieldDescriptionstatic final NumericConstantNumericConstant.ONEstatic final NumericConstantNumericConstant.TWOstatic final NumericConstantNumericConstant.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 -
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 -
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