Class PostfixTerm

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, LValue

    public class PostfixTerm
    extends AbstractLValue
    Creation-Date: 02.11.2006, 10:20:27
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Method Detail

      • getValue

        public LValue getValue()
      • toString

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

        public boolean isConstant()
        Checks whether the LValue is constant. Constant lvalues always return the same value.
        Returns:
      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Specified by:
        clone in interface LValue
        Overrides:
        clone in class AbstractLValue
        Throws:
        java.lang.CloneNotSupportedException