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 visitor"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"