Uses of Class
org.apache.sling.scripting.sightly.compiler.expression.nodes.NullLiteral
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 NullLiteral in org.apache.sling.scripting.sightly.compiler.expression
Modifier and TypeMethodDescriptionNodeVisitor.evaluate
(NullLiteral nullLiteral) Evaluate aNullLiteral
node.SideEffectVisitor.evaluate
(NullLiteral nullLiteral) abstract void
SideEffectVisitor.visit
(NullLiteral nullLiteral) -
Uses of NullLiteral in org.apache.sling.scripting.sightly.compiler.expression.nodes
-
Uses of NullLiteral in org.apache.sling.scripting.sightly.impl.compiler.optimization
-
Uses of NullLiteral in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce
-
Uses of NullLiteral in org.apache.sling.scripting.sightly.impl.compiler.util.expression