org.springframework.expression.spel.ast
Class LongLiteral
java.lang.Object
org.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.Literal
org.springframework.expression.spel.ast.LongLiteral
- All Implemented Interfaces:
- SpelNode
public class LongLiteral
- extends Literal
Expression language AST node that represents a long integer 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 |
getLiteralValue
public TypedValue getLiteralValue()
- Specified by:
getLiteralValue
in class Literal