Uses of Class
org.springframework.expression.spel.ast.Literal
Packages that use Literal
-
Uses of Literal in org.springframework.expression.spel.ast
Subclasses of Literal in org.springframework.expression.spel.astModifier and TypeClassDescriptionclass
Represents the literal valuesTRUE
andFALSE
.class
Expression language AST node that represents a float literal.class
Expression language AST node that represents an integer literal.class
Expression language AST node that represents a long integer literal.class
Expression language AST node that represents null.class
Expression language AST node that represents a real literal.class
Expression language AST node that represents a string literal.Methods in org.springframework.expression.spel.ast that return LiteralModifier and TypeMethodDescriptionstatic Literal
Literal.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 Literal
Literal.getLongLiteral
(String numberToken, int startPos, int endPos, int radix) static Literal
Literal.getRealLiteral
(String numberToken, int startPos, int endPos, boolean isFloat)