Class SymbolicPropogator.Value

    • Method Detail

      • getValue

        public long getValue()
        Returns:
        constant value. This value is register-relative if isRegisterRelativeValue() returns true.
      • isRegisterRelativeValue

        public boolean isRegisterRelativeValue()
        Returns:
        true if value is relative to a particular input register.
        See Also:
        getRelativeRegister()
      • getRelativeRegister

        public Register getRelativeRegister()
        Returns:
        relative-register or null if this Value is a simple constant.