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