public class NullLiteral extends Literal
An expression representing a null literal value
Modifier and Type | Field and Description |
---|---|
static NullLiteral |
SINGLETON |
Constructor and Description |
---|
NullLiteral()
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getExpressionString()
Returns the expression in the expression language syntax
|
bindFunctions, evaluate, getValue, setValue
public static final NullLiteral SINGLETON
public NullLiteral()
public String getExpressionString()
getExpressionString
in class Expression
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.