org.mockito.asm.tree.analysis
Interface Value

All Known Implementing Classes:
BasicValue, SourceValue

public interface Value

An immutable symbolic value for semantic interpretation of bytecode.


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

Method Detail

getSize

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

Returns:
either 1 or 2.