Class FloatingPointLiteral


  • public class FloatingPointLiteral
    extends Literal

    An expression representing a floating point literal value. The value is stored internally as a double.

    • Field Summary

      • Fields inherited from class org.apache.taglibs.standard.lang.jstl.Literal

        mValue
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FloatingPointLiteral

        public FloatingPointLiteral​(java.lang.String pToken)
        Constructor
    • 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 class Expression