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.expressionpackage defines the API forExpressionprocessing.org.apache.sling.scripting.sightly.compiler.expression.nodes Theorg.apache.sling.scripting.sightly.compiler.expression.nodespackage exposes the variousExpressionNodetypes. -
-
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 TNodeVisitor. evaluate(NumericConstant numericConstant)Evaluate aNumericConstantnode.java.lang.ObjectSideEffectVisitor. 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 NumericConstant Modifier and Type Field Description static NumericConstantNumericConstant. ONEstatic NumericConstantNumericConstant. TWOstatic NumericConstantNumericConstant. ZERO
-