Class NullLiteral
java.lang.Object
org.apache.sling.scripting.sightly.compiler.expression.nodes.NullLiteral
- All Implemented Interfaces:
ExpressionNode
Defines the null literal.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(NodeVisitor<T> visitor) Accept a visitor to process this node.
-
Field Details
-
INSTANCE
-
-
Method Details
-
accept
Description copied from interface:ExpressionNodeAccept a visitor to process this node.- Specified by:
acceptin interfaceExpressionNode- Type Parameters:
T- the type of the visitor- Parameters:
visitor- The visitor- Returns:
- the node after it has been evaluated by the visitor
-