Uses of Class
org.apache.sling.scripting.sightly.compiler.expression.nodes.BooleanConstant
Packages that use BooleanConstant
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 BooleanConstant in org.apache.sling.scripting.sightly.compiler.expression
Methods in org.apache.sling.scripting.sightly.compiler.expression with parameters of type BooleanConstantModifier and TypeMethodDescriptionNodeVisitor.evaluate
(BooleanConstant booleanConstant) Evaluate aBooleanConstant
node.SideEffectVisitor.evaluate
(BooleanConstant booleanConstant) abstract void
SideEffectVisitor.visit
(BooleanConstant booleanConstant) -
Uses of BooleanConstant in org.apache.sling.scripting.sightly.compiler.expression.nodes
Fields in org.apache.sling.scripting.sightly.compiler.expression.nodes declared as BooleanConstantModifier and TypeFieldDescriptionstatic final BooleanConstant
BooleanConstant.FALSE
static final BooleanConstant
BooleanConstant.TRUE
-
Uses of BooleanConstant in org.apache.sling.scripting.sightly.impl.compiler.optimization
Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization with parameters of type BooleanConstant -
Uses of BooleanConstant 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 BooleanConstant -
Uses of BooleanConstant 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 BooleanConstant