FileDocCategorySizeDatePackage
Value.javaAPI DocGlassfish v2 API2182Thu Mar 02 11:51:18 GMT 2006oracle.toplink.libraries.asm.tree.analysis

Value

public interface Value
An immutable symbolic value for semantic interpretation of bytecode.
author
Eric Bruneton

Fields Summary
Constructors Summary
Methods Summary
public booleanequals(oracle.toplink.libraries.asm.tree.analysis.Value value)
Compares this value with the given value.

param
value a value.
return
true if the values are equals, false otherwise.

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

return
either 1 or 2.