Uses of Class
org.springframework.expression.spel.ast.Literal
Packages that use Literal Package Description org.springframework.expression.spel.ast SpEL's abstract syntax tree.Uses of Literal in org.springframework.expression.spel.ast
Subclasses of Literal in org.springframework.expression.spel.ast Modifier and Type Class Description classBooleanLiteralRepresents the literal valuesTRUEandFALSE.classFloatLiteralExpression language AST node that represents a float literal.classIntLiteralExpression language AST node that represents an integer literal.classLongLiteralExpression language AST node that represents a long integer literal.classNullLiteralExpression language AST node that represents null.classRealLiteralExpression language AST node that represents a real literal.classStringLiteralExpression language AST node that represents a string literal.Methods in org.springframework.expression.spel.ast that return Literal Modifier and Type Method Description static LiteralLiteral. getIntLiteral(String numberToken, int startPos, int endPos, int radix)Process the string form of a number, using the specified base if supplied and return an appropriate literal to hold it.static LiteralLiteral. getLongLiteral(String numberToken, int startPos, int endPos, int radix)static LiteralLiteral. getRealLiteral(String numberToken, int startPos, int endPos, boolean isFloat)