public final class NullLiteral extends java.lang.Object implements ExpressionNode
Modifier and Type | Field and Description |
---|---|
static NullLiteral |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(NodeVisitor<T> visitor)
Accept a visitor to process this node.
|
public static final NullLiteral INSTANCE
public <T> T accept(NodeVisitor<T> visitor)
ExpressionNode
accept
in interface ExpressionNode
T
- the type of the visitorvisitor
- The visitorCopyright © 2022 The Apache Software Foundation. All rights reserved.