org.springframework.expression.spel.ast
Class NullLiteral
java.lang.Object
org.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.Literal
org.springframework.expression.spel.ast.NullLiteral
- All Implemented Interfaces:
- SpelNode
public class NullLiteral
- extends Literal
- Since:
- 3.0
- Author:
- Andy Clement
Methods inherited from class org.springframework.expression.spel.ast.SpelNodeImpl |
getChild, getChildCount, getEndPosition, getObjectClass, getPreviousChild, getStartPosition, getTypedValue, getValue, getValue, isWritable, nextChildIs, setValue |
NullLiteral
public NullLiteral(int pos)
getLiteralValue
public TypedValue getLiteralValue()
- Specified by:
getLiteralValue
in class Literal
toString
public String toString()
- Overrides:
toString
in class Literal