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
|
public static final NullLiteral SINGLETON
public String getExpressionString()
getExpressionString
in class Expression
Copyright © 2016 JBoss by Red Hat. All rights reserved.