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