org.objectweb.asm.tree.analysis
public interface Value
Method Summary | |
---|---|
boolean | equals(Value value)
Compares this value with the given value.
|
int | getSize()
Returns the size of this value in words.
|
Parameters: value a value.
Returns: true if the values are equals, false otherwise.
Returns: either 1 or 2.