public class

RealLiteral

extends Literal
java.lang.Object
   ↳ org.springframework.expression.spel.ast.SpelNodeImpl
     ↳ org.springframework.expression.spel.ast.Literal
       ↳ org.springframework.expression.spel.ast.RealLiteral

Summary

[Expand]
Inherited Fields
From class org.springframework.expression.spel.ast.Literal
From class org.springframework.expression.spel.ast.SpelNodeImpl
Public Constructors
RealLiteral(String payload, int pos, double value)
Public Methods
TypedValue getLiteralValue()
[Expand]
Inherited Methods
From class org.springframework.expression.spel.ast.Literal
From class org.springframework.expression.spel.ast.SpelNodeImpl
From class java.lang.Object
From interface org.springframework.expression.spel.SpelNode

Public Constructors

public RealLiteral (String payload, int pos, double value)

Public Methods

public TypedValue getLiteralValue ()