org.objectweb.asm.tree.analysis
Interface Value
- BasicValue, DataflowValue
An immutable symbolic value for semantic interpretation of bytecode.
- Eric Bruneton
boolean | equals(Value value)- Compares this value with the given value.
|
int | getSize()- Returns the size of this value in words.
|
equals
public boolean equals(Value value)
Compares this value with the given value.
value - a value.
- true if the values are equals, false otherwise.
getSize
public int getSize()
Returns the size of this value in words.
- either 1 or 2.