public interface Value
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Value value)
Compares this value with the given value.
|
int |
getSize()
Returns the size of this value in words.
|
int getSize()
boolean equals(Value value)
value - a value.