Package | Description |
---|---|
org.apache.sling.scripting.sightly.compiler.expression |
The
org.apache.sling.scripting.sightly.compiler.expression package defines the API for
Expression processing. |
org.apache.sling.scripting.sightly.compiler.expression.nodes |
The
org.apache.sling.scripting.sightly.compiler.expression.nodes package exposes the various
ExpressionNode types. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
SideEffectVisitor.evaluate(BooleanConstant booleanConstant) |
T |
NodeVisitor.evaluate(BooleanConstant booleanConstant)
Evaluate a
BooleanConstant node. |
abstract void |
SideEffectVisitor.visit(BooleanConstant booleanConstant) |
Modifier and Type | Field and Description |
---|---|
static BooleanConstant |
BooleanConstant.FALSE |
static BooleanConstant |
BooleanConstant.TRUE |
Copyright © 2022 The Apache Software Foundation. All rights reserved.