Package | Description |
---|---|
org.springframework.expression.spel.ast |
Modifier and Type | Class and Description |
---|---|
class |
BooleanLiteral
Represents the literal values TRUE and FALSE.
|
class |
FloatLiteral
Expression language AST node that represents a float literal.
|
class |
IntLiteral
Expression language AST node that represents an integer literal.
|
class |
LongLiteral
Expression language AST node that represents a long integer literal.
|
class |
NullLiteral |
class |
RealLiteral |
class |
StringLiteral |
Modifier and Type | Method and Description |
---|---|
static Literal |
Literal.getIntLiteral(String numberToken,
int pos,
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 pos,
int radix) |
static Literal |
Literal.getRealLiteral(String numberToken,
int pos,
boolean isFloat) |
Copyright © 2015. All rights reserved.