Generated by
JDiff

Class org.springframework.expression.spel.ast.Literal

Changed Constructors
Literal(String, int, int) Change in type from (String, int) to (String, int, int).
 
 

Changed Methods
Literal getIntLiteral(String, int, int, int) Change in signature from (String, int, int) to (String, int, int, int).
Process the string form of a number, using the specified base if supplied and return an appropriate literal to hold it.
Literal getLongLiteral(String, int, int, int) Change in signature from (String, int, int) to (String, int, int, int).
 
Literal getRealLiteral(String, int, int, boolean) Change in signature from (String, int, boolean) to (String, int, int, boolean).