org.springframework.expression.spel.ast
Class FloatLiteral
java.lang.Object
org.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.Literal
org.springframework.expression.spel.ast.FloatLiteral
- All Implemented Interfaces:
- SpelNode
public class FloatLiteral
- extends Literal
Expression language AST node that represents a float literal.
- Since:
- 3.2
- Author:
- Satyapal Reddy
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