org.objectweb.asm.tree.analysis

Interface Value

public interface Value

An immutable symbolic value for semantic interpretation of bytecode.

Author: Eric Bruneton

Method Summary
booleanequals(Value value)
Compares this value with the given value.
intgetSize()
Returns the size of this value in words.

Method Detail

equals

public boolean equals(Value value)
Compares this value with the given value.

Parameters: value a value.

Returns: true if the values are equals, false otherwise.

getSize

public int getSize()
Returns the size of this value in words.

Returns: either 1 or 2.