Class FloatingPointLiteral
- java.lang.Object
-
- org.apache.taglibs.standard.lang.jstl.Expression
-
- org.apache.taglibs.standard.lang.jstl.Literal
-
- org.apache.taglibs.standard.lang.jstl.FloatingPointLiteral
-
public class FloatingPointLiteral extends Literal
An expression representing a floating point literal value. The value is stored internally as a double.
-
-
Constructor Summary
Constructors Constructor Description FloatingPointLiteral(java.lang.String pToken)
Constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getExpressionString()
Returns the expression in the expression language syntax(package private) static java.lang.Object
getValueFromToken(java.lang.String pToken)
Parses the given token into the literal value
-
-
-
Method Detail
-
getValueFromToken
static java.lang.Object getValueFromToken(java.lang.String pToken)
Parses the given token into the literal value
-
getExpressionString
public java.lang.String getExpressionString()
Returns the expression in the expression language syntax- Specified by:
getExpressionString
in classExpression
-
-