org.springframework.expression.spel.ast
Class IntLiteral
java.lang.Object
org.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.Literal
org.springframework.expression.spel.ast.IntLiteral
- All Implemented Interfaces:
- SpelNode
public class IntLiteral
- extends Literal
Expression language AST node that represents an 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