Package org.apache.sling.scripting.sightly.compiler.expression
@Version("1.0.0")
package org.apache.sling.scripting.sightly.compiler.expression
The
org.apache.sling.scripting.sightly.compiler.expression
package defines the API for
Expression
processing.-
ClassDescriptionThis class represents a HTL Expression.Defines a node in a HTL expression tree.Indicates what type of content is being rendered.NodeVisitor<T>A
NodeVisitor
represents the mechanism through whichExpressionNode
entities are processed.Expression visitor which does not return anything for nodes; instead it performs specific side-effects depending on the expression nodes types.