| 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. |
| org.apache.sling.scripting.sightly.impl.compiler.frontend | |
| org.apache.sling.scripting.sightly.impl.compiler.optimization | |
| org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce | |
| org.apache.sling.scripting.sightly.impl.compiler.util.expression | |
| org.apache.sling.scripting.sightly.impl.parser.expr.generated |
| Modifier and Type | Method and Description |
|---|---|
T |
NodeVisitor.evaluate(StringConstant text)
Evaluate a
StringConstant node. |
Object |
SideEffectVisitor.evaluate(StringConstant text) |
abstract void |
SideEffectVisitor.visit(StringConstant text) |
| Modifier and Type | Field and Description |
|---|---|
static StringConstant |
StringConstant.EMPTY
The empty string constant.
|
| Modifier and Type | Method and Description |
|---|---|
static StringConstant |
ParserHelper.createStringConstant(String original) |
| Modifier and Type | Method and Description |
|---|---|
void |
VariableFinder.visit(StringConstant text) |
| Modifier and Type | Method and Description |
|---|---|
EvalResult |
ExpressionReducer.evaluate(StringConstant text) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionNode |
NodeTransformer.evaluate(StringConstant text) |
| Modifier and Type | Field and Description |
|---|---|
StringConstant |
SightlyParser.StringConstContext.node |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.