Interface Value

  • All Known Implementing Classes:
    FixedValue, LabelValue, LazyValue, RandomValue, UnknownImmediateValue

    public interface Value
    The Value interface is to be implemented by all classes that hold immediate values (arguments of addressing modes and operations). This provides a uniform way to extract the stored (or generated on the fly) immediate values.
    • Method Detail

      • getValue

        java.math.BigInteger getValue()