Class ConstantNode

    • Constructor Detail

      • ConstantNode

        public ConstantNode​(jadex.javaparser.javaccimpl.ParserImpl p,
                            int id)
        Create a node.
        Parameters:
        p - The parser.
        id - The id.
    • Method Detail

      • setValue

        public void setValue​(java.lang.Object value)
        Set the constant value.
        Parameters:
        value - The constant value.
      • getValue

        public java.lang.Object getValue​(IValueFetcher fetcher)
        Evaluate the expression in the given state with respect to given parameters.
        Specified by:
        getValue in interface IParsedExpression
        Specified by:
        getValue in class ExpressionNode
        Parameters:
        params - The parameters (string, value pairs), if any.
        Returns:
        The value of the term.
      • toPlainString

        public java.lang.String toPlainString()
        Create a string representation of this node and its subnodes.
        Specified by:
        toPlainString in interface Node
        Overrides:
        toPlainString in class ExpressionNode
        Returns:
        A string representation of this node.
      • toString

        public java.lang.String toString​(java.lang.String prefix)
        Create a string representation of this node for dumping in a tree.
        Overrides:
        toString in class ExpressionNode
        Returns:
        A string representation of this node.
      • equals

        public boolean equals​(java.lang.Object o)
        Test if two nodes are equal.
        Overrides:
        equals in class ExpressionNode
      • hashCode

        public int hashCode()
        Get the hash code for the node.
        Overrides:
        hashCode in class ExpressionNode