Class StringExpNode

    • Constructor Detail

      • StringExpNode

        public StringExpNode​(java.lang.String value)
        Public constructor
        Parameters:
        value - the value of the string. 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