public final class NullLiteral extends AbstractValueExpression
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ValueExpressionVisitor visitor)
Accept a visitor
|
static NullLiteral |
nullLiteral() |
addChild, getChild, getChildren, getParent, getRoot, isChild, isFirstSibling, isRoot, isSibling, setParentpublic static NullLiteral nullLiteral()
public void accept(ValueExpressionVisitor visitor)
ValueExpressionvisitor - visitor to acceptCopyright © 2018–2020. All rights reserved.