Class UnaryExp

    • Field Detail

      • exp

        public final Expression exp
        child expression.
    • Constructor Detail

      • UnaryExp

        protected UnaryExp​(Expression exp)
    • Method Detail

      • calcHashCode

        protected final int calcHashCode()
        Description copied from class: Expression
        Computes the hashCode again.

        This method and the parameter to the constructor has to be the same. This method is used when the object is being read from the stream.

        Specified by:
        calcHashCode in class Expression