Uses of Class
org.apache.sling.scripting.sightly.compiler.expression.nodes.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
Modifier 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
Modifier and TypeFieldDescriptionstatic final BooleanConstant
BooleanConstant.FALSE
static final BooleanConstant
BooleanConstant.TRUE
-
Uses of BooleanConstant in org.apache.sling.scripting.sightly.impl.compiler.optimization
-
Uses of BooleanConstant in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce
-
Uses of BooleanConstant in org.apache.sling.scripting.sightly.impl.compiler.util.expression