Class DoubleExpNode

    • Constructor Detail

      • DoubleExpNode

        public DoubleExpNode​(java.lang.Double value)
        Public constructor
        Parameters:
        value - the value of the Long. Can be null
    • Method Detail

      • visit

        public <T> T visit​(ExpNodeVisitor<T> visitor)
        Description copied from interface: ExpNode
        Generic evaluation visitor
        Returns:
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object