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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Value
copy()
java.math.BigInteger
getValue()
-
-
-
Method Detail
-
copy
Value copy()
-
getValue
java.math.BigInteger getValue()
-
-