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(StringConstant text) |
T |
NodeVisitor.evaluate(StringConstant text)
Evaluate a
StringConstant node. |
abstract void |
SideEffectVisitor.visit(StringConstant text) |
Modifier and Type | Field and Description |
---|---|
static StringConstant |
StringConstant.EMPTY
The empty string constant.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.