Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

oracle.toplink.libraries.asm.tree.analysis
Interface Value

All Known Implementing Classes:
BasicValue, DataflowValue

public interface Value

An immutable symbolic value for semantic interpretation of bytecode.


Method Summary
 boolean equals(Value value)
          Compares this value with the given value.
 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.

equals

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

Parameters:
value - a value.
Returns:
true if the values are equals, false otherwise.

Copyright © 1998, 2010, Oracle. All Rights Reserved.