Package ghidra.program.util
Class SymbolicPropogator.Value
java.lang.Object
ghidra.program.util.SymbolicPropogator.Value
- Enclosing class:
SymbolicPropogator
Value
corresponds to a constant value or register relative value.- See Also:
-
Method Summary
-
Method Details
-
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
- Returns:
- relative-register or null if this Value is a simple constant.
-