Interface LValue

    • Method Detail

      • clone

        java.lang.Object clone()
                        throws java.lang.CloneNotSupportedException
        Throws:
        java.lang.CloneNotSupportedException
      • getValueType

        Type getValueType()
        Querying the value type is only valid *after* the value has been evaluated.
        Returns:
      • getChildValues

        LValue[] getChildValues()
        Returns any dependent lvalues (parameters and operands, mostly).
        Returns:
      • isConstant

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